Skip to content

Commit

Permalink
Change crusher damage, hod module, remove hilin, add GROZA ammo crate…
Browse files Browse the repository at this point in the history
…, add R-76 in point vend and scale ing skills on repair (#546)

* some dohuya

* fix

* fix2

* Update groundmap_geothermal.dm

Signed-off-by: Kirill <[email protected]>

* Update groundmap_geothermal.dm

Signed-off-by: Kirill <[email protected]>

* Update groundmap_geothermal.dm

Signed-off-by: Kirill <[email protected]>

* 1

* revert

* Update groundmap_geothermal.dm

Signed-off-by: Kirill <[email protected]>

* Update groundmap_geothermal.dm

Signed-off-by: Kirill <[email protected]>

* Update loadout.dm

Signed-off-by: Kirill <[email protected]>

* Update __armored.dm

Signed-off-by: Kirill <[email protected]>

* Update motorbike.dm

Signed-off-by: Kirill <[email protected]>

* Update briefcase.dm

Signed-off-by: Kirill <[email protected]>

* Update briefcase.dm

Signed-off-by: Kirill <[email protected]>

* fix tab

* del rutgmc edit

* revert

* groza box path

* Update imports.dm

Signed-off-by: Kirill <[email protected]>

* Update groundmap_geothermal.dm

Signed-off-by: Kirill <[email protected]>

* Update code/modules/vehicles/motorbike.dm

Co-authored-by: Helg2 <[email protected]>
Signed-off-by: Kirill <[email protected]>

* Update code/modules/vehicles/armored/__armored.dm

Co-authored-by: Helg2 <[email protected]>
Signed-off-by: Kirill <[email protected]>

---------

Signed-off-by: Kirill <[email protected]>
Co-authored-by: Helg2 <[email protected]>
  • Loading branch information
Tatarla and Helg2 authored Oct 18, 2024
1 parent 3ee2c5e commit bb1e52c
Show file tree
Hide file tree
Showing 18 changed files with 90 additions and 36 deletions.
6 changes: 6 additions & 0 deletions code/__DEFINES/loadout.dm
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ GLOBAL_LIST_INIT(marine_gear_listed_products, list(
/obj/item/reagent_containers/hypospray/autoinjector/synaptizine = list(CAT_MARINE, "Synaptizine autoinjector", 8, "cyan"),
/obj/vehicle/ridden/motorbike = list(CAT_MARINE, "Bike", 30, "blue"),
/obj/item/sidecar = list(CAT_MARINE, "Bike sidecar", 8, "blue"),
/obj/item/ammo_magazine/rifle/ar21/extended = list(CAT_MARINE, "AR-21 extended magazine", 14, "blue"),
/obj/item/storage/briefcase/standard_magnum = list(CAT_MARINE, "R-76 crate", 22, "blue"),
))

GLOBAL_LIST_INIT(robot_gear_listed_products, list(
Expand Down Expand Up @@ -207,6 +209,8 @@ GLOBAL_LIST_INIT(leader_gear_listed_products, list(
/obj/item/storage/holster/belt/revolver/mateba/full = list(CAT_LEDSUP, "Mateba Autorevolver belt", 10, "red"),
/obj/item/ammo_magazine/revolver/mateba = list(CAT_LEDSUP, "Mateba magazine", 2, "orange2"),
/obj/item/ammo_magazine/packet/mateba = list(CAT_LEDSUP, "Mateba packet", 3, "orange2"),
/obj/item/ammo_magazine/rifle/ar21/extended = list(CAT_LEDSUP, "AR-21 extended magazine", 3, "orange2"),
/obj/item/storage/briefcase/standard_magnum = list(CAT_LEDSUP, "R-76 crate", 10, "orange2"),
/obj/item/storage/holster/backholster/rpg/full = list(CAT_LEDSUP, "RL-160 Recoilless rifle kit", 15, "red"),
/obj/item/ammo_magazine/rocket/recoilless = list(CAT_LEDSUP, "RL-160 RR HE shell", 2, "orange2"),
/obj/item/ammo_magazine/rocket/recoilless/light = list(CAT_LEDSUP, "RL-160 RR LE shell", 2, "orange2"),
Expand Down Expand Up @@ -270,6 +274,8 @@ GLOBAL_LIST_INIT(commander_gear_listed_products, list(
/obj/item/ammo_magazine/flamer_tank/large = list(CAT_FCSUP, "FL-84 normal fuel tank", 5, "orange2"),
/obj/item/ammo_magazine/flamer_tank/large/X = list(CAT_FCSUP, "FL-84 X-fuel tank", 15, "orange2"),
/obj/item/weapon/gun/energy/lasgun/lasrifle/xray = list(CAT_FCSUP, "TE-X Laser Rifle", 23, "red"),
/obj/item/ammo_magazine/rifle/ar21/extended = list(CAT_FCSUP, "AR-21 extended magazine", 3, "red"),
/obj/item/storage/briefcase/standard_magnum = list(CAT_FCSUP, "R-76 crate", 10, "red"),
/obj/item/weapon/gun/rifle/railgun = list(CAT_FCSUP, "SR-220 Railgun", 23, "red"),
/obj/item/ammo_magazine/railgun = list(CAT_FCSUP, "SR-220 Railgun APDS round", 2, "orange2"),
/obj/item/ammo_magazine/railgun/hvap = list(CAT_FCSUP, "SR-220 Railgun HVAP round", 3, "orange2"),
Expand Down
4 changes: 2 additions & 2 deletions code/controllers/subsystem/persistence.dm
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ SUBSYSTEM_DEF(persistence)
/obj/item/ammo_magazine/rifle/m41a = -1,
/obj/item/weapon/gun/rifle/type71/seasonal = -1,
/obj/item/ammo_magazine/rifle/type71 = -1,
/obj/item/ammo_magazine/packet/pwarsaw = -1,
/obj/item/ammo_magazine/packet/groza = -1,
/obj/item/weapon/gun/rifle/alf_machinecarbine = -1,
/obj/item/ammo_magazine/rifle/alf_machinecarbine = -1,
)
Expand All @@ -235,7 +235,7 @@ SUBSYSTEM_DEF(persistence)
item_list = list(
/obj/item/weapon/gun/rifle/mpi_km= -1,
/obj/item/ammo_magazine/rifle/mpi_km/plum = -1,
/obj/item/ammo_magazine/packet/pwarsaw = -1,
/obj/item/ammo_magazine/packet/groza = -1,
/obj/item/weapon/gun/rifle/m16 = -1,
/obj/item/ammo_magazine/rifle/m16 = -1,
/obj/item/ammo_magazine/packet/pnato = -1,
Expand Down
30 changes: 30 additions & 0 deletions code/game/objects/items/storage/briefcase.dm
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,16 @@
new /obj/item/ammo_magazine/revolver/standard_magnum(src)
new /obj/item/ammo_magazine/revolver/standard_magnum(src)
new /obj/item/ammo_magazine/revolver/standard_magnum(src)
new /obj/item/ammo_magazine/revolver/standard_magnum(src)
new /obj/item/ammo_magazine/revolver/standard_magnum(src)
new /obj/item/ammo_magazine/revolver/standard_magnum(src)
new /obj/item/ammo_magazine/revolver/standard_magnum(src)
new /obj/item/ammo_magazine/revolver/standard_magnum(src)
new /obj/item/ammo_magazine/revolver/standard_magnum(src)
new /obj/item/ammo_magazine/revolver/standard_magnum(src)
new /obj/item/ammo_magazine/revolver/standard_magnum(src)
new /obj/item/ammo_magazine/revolver/standard_magnum(src)
new /obj/item/ammo_magazine/revolver/standard_magnum(src)

/obj/item/storage/briefcase/standard_magnum/silver/Initialize(mapload)
. = ..()
Expand All @@ -55,6 +65,16 @@
new /obj/item/ammo_magazine/revolver/standard_magnum(src)
new /obj/item/ammo_magazine/revolver/standard_magnum(src)
new /obj/item/ammo_magazine/revolver/standard_magnum(src)
new /obj/item/ammo_magazine/revolver/standard_magnum(src)
new /obj/item/ammo_magazine/revolver/standard_magnum(src)
new /obj/item/ammo_magazine/revolver/standard_magnum(src)
new /obj/item/ammo_magazine/revolver/standard_magnum(src)
new /obj/item/ammo_magazine/revolver/standard_magnum(src)
new /obj/item/ammo_magazine/revolver/standard_magnum(src)
new /obj/item/ammo_magazine/revolver/standard_magnum(src)
new /obj/item/ammo_magazine/revolver/standard_magnum(src)
new /obj/item/ammo_magazine/revolver/standard_magnum(src)
new /obj/item/ammo_magazine/revolver/standard_magnum(src)

/obj/item/storage/briefcase/standard_magnum/nickle/Initialize(mapload)
. = ..()
Expand All @@ -67,3 +87,13 @@
new /obj/item/ammo_magazine/revolver/standard_magnum(src)
new /obj/item/ammo_magazine/revolver/standard_magnum(src)
new /obj/item/ammo_magazine/revolver/standard_magnum(src)
new /obj/item/ammo_magazine/revolver/standard_magnum(src)
new /obj/item/ammo_magazine/revolver/standard_magnum(src)
new /obj/item/ammo_magazine/revolver/standard_magnum(src)
new /obj/item/ammo_magazine/revolver/standard_magnum(src)
new /obj/item/ammo_magazine/revolver/standard_magnum(src)
new /obj/item/ammo_magazine/revolver/standard_magnum(src)
new /obj/item/ammo_magazine/revolver/standard_magnum(src)
new /obj/item/ammo_magazine/revolver/standard_magnum(src)
new /obj/item/ammo_magazine/revolver/standard_magnum(src)
new /obj/item/ammo_magazine/revolver/standard_magnum(src)
26 changes: 22 additions & 4 deletions code/game/objects/machinery/vending/marine_vending.dm
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
/obj/item/ammo_magazine/rifle/type71 = -1,
/obj/item/ammo_magazine/rifle/type71/ap = -1,
/obj/item/ammo_magazine/rifle/type71/hp = -1,
/obj/item/weapon/gun/rifle/ar21 = -1,
/obj/item/ammo_magazine/rifle/ar21 = -1,
/obj/item/ammo_magazine/rifle/ar21/ap = -1,
/obj/item/ammo_magazine/rifle/ar21/hp = -1,
),
"SMGs" = list(
/obj/item/weapon/gun/smg/vector = -1,
Expand Down Expand Up @@ -179,6 +183,9 @@
/obj/item/ammo_magazine/packet/p10x24mm = -1,
/obj/item/ammo_magazine/packet/p10x24mm/ap = -1,
/obj/item/ammo_magazine/packet/p10x24mm/hp = -1,
/obj/item/ammo_magazine/packet/groza = -1,
/obj/item/ammo_magazine/packet/groza/ap = -1,
/obj/item/ammo_magazine/packet/groza/hp = -1,
/obj/item/ammo_magazine/packet/p10x25mm = -1,
/obj/item/ammo_magazine/packet/p10x26mm = -1,
/obj/item/ammo_magazine/packet/p10x27mm = -1,
Expand Down Expand Up @@ -238,6 +245,10 @@
/obj/item/ammo_magazine/rifle/type71 = -1,
/obj/item/ammo_magazine/rifle/type71/ap = -1,
/obj/item/ammo_magazine/rifle/type71/hp = -1,
/obj/item/weapon/gun/rifle/ar21 = -1,
/obj/item/ammo_magazine/rifle/ar21 = -1,
/obj/item/ammo_magazine/rifle/ar21/ap = -1,
/obj/item/ammo_magazine/rifle/ar21/hp = -1,
),
"SMGs" = list(
/obj/item/weapon/gun/smg/vector = -1,
Expand Down Expand Up @@ -378,6 +389,9 @@
/obj/item/ammo_magazine/packet/t500/slavs = -1,
/obj/item/ammo_magazine/packet/p10x20mm = -1,
/obj/item/ammo_magazine/packet/p10x24mm = -1,
/obj/item/ammo_magazine/packet/groza = -1,
/obj/item/ammo_magazine/packet/groza/ap = -1,
/obj/item/ammo_magazine/packet/groza/hp = -1,
/obj/item/ammo_magazine/packet/p10x25mm = -1,
/obj/item/ammo_magazine/packet/p10x26mm = -1,
/obj/item/ammo_magazine/packet/p10x27mm = -1,
Expand Down Expand Up @@ -437,6 +451,10 @@
/obj/item/ammo_magazine/rifle/type71 = -1,
/obj/item/ammo_magazine/rifle/type71/ap = -1,
/obj/item/ammo_magazine/rifle/type71/hp = -1,
/obj/item/weapon/gun/rifle/ar21 = -1,
/obj/item/ammo_magazine/rifle/ar21 = -1,
/obj/item/ammo_magazine/rifle/ar21/ap = -1,
/obj/item/ammo_magazine/rifle/ar21/hp = -1,
),
"Energy Weapons" = list(
/obj/item/cell/lasgun/lasrifle = -1,
Expand Down Expand Up @@ -622,6 +640,9 @@
/obj/item/ammo_magazine/packet/p10x24mm/ap = -1,
/obj/item/ammo_magazine/packet/p10x24mm/hp = -1,
/obj/item/ammo_magazine/packet/p10x24mm/incendiary = -1,
/obj/item/ammo_magazine/packet/groza = -1,
/obj/item/ammo_magazine/packet/groza/ap = -1,
/obj/item/ammo_magazine/packet/groza/hp = -1,
/obj/item/ammo_magazine/packet/p10x25mm = -1,
/obj/item/ammo_magazine/packet/p10x25mm/ap = -1,
/obj/item/ammo_magazine/packet/p10x25mm/hp = -1,
Expand Down Expand Up @@ -1517,12 +1538,9 @@
/obj/item/armor_module/module/tyr_extra_armor = -1,
/obj/item/armor_module/module/tyr_head = -1,
/obj/item/attachable/shoulder_mount = -1,
/* RU TGMC EDIT
/obj/item/armor_module/module/mimir_environment_protection = -1,
/obj/item/armor_module/module/mimir_environment_protection/mimir_helmet = -1,
RU TGMC EDIT*/
/obj/item/armor_module/module/better_shoulder_lamp = -1,
/obj/item/armor_module/module/hlin_explosive_armor = -1,
/obj/item/attachable/heatlens = -1,
/obj/item/storage/backpack/lightpack = -1,
/obj/item/clothing/suit/storage/marine/riot = -1,
Expand Down Expand Up @@ -1593,7 +1611,7 @@ RU TGMC EDIT*/
/obj/item/weapon/gun/shotgun/pump/cmb = -1,
/obj/item/weapon/gun/rifle/mpi_km = -1,
/obj/item/ammo_magazine/rifle/mpi_km/plum = -1,
/obj/item/ammo_magazine/packet/pwarsaw = -1,
/obj/item/ammo_magazine/packet/groza = -1,
/obj/item/weapon/gun/rifle/m16 = -1,
/obj/item/ammo_magazine/rifle/m16 = -1,
/obj/item/ammo_magazine/packet/pnato = -1,
Expand Down
7 changes: 3 additions & 4 deletions code/modules/clothing/modular_armor/attachments/modules.dm
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,8 @@
icon = 'icons/mob/modular/modular_armor_modules.dmi'
icon_state = "mod_ff_head"
item_state = "mod_ff_head_a"
soft_armor = list(MELEE = 10, BULLET = 60, LASER = 60, ENERGY = 10, BOMB = 10, BIO = 10, FIRE = 10, ACID = 10)
soft_armor = list(MELEE = 0, BULLET = 40, LASER = 40, ENERGY = 0, BOMB = 40, BIO = 0, FIRE = 0, ACID = 0)
slot = ATTACHMENT_SLOT_HEAD_MODULE
slowdown = 0.6

/**
* Environment protection module
Expand Down Expand Up @@ -253,8 +252,8 @@
icon = 'icons/mob/modular/modular_armor_modules.dmi'
icon_state = "mod_ff"
item_state = "mod_ff_a"
soft_armor = list(MELEE = 10, BULLET = 60, LASER = 60, ENERGY = 10, BOMB = 10, BIO = 10, FIRE = 10, ACID = 10)
slowdown = 1.0
soft_armor = list(MELEE = 0, BULLET = 40, LASER = 40, ENERGY = 0, BOMB = 40, BIO = 0, FIRE = 0, ACID = 0)
slowdown = 0.2
slot = ATTACHMENT_SLOT_MODULE

/obj/item/armor_module/module/chemsystem
Expand Down
1 change: 0 additions & 1 deletion code/modules/clothing/modular_armor/combat_robot.dm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
/obj/item/armor_module/module/fire_proof,
/obj/item/armor_module/module/tyr_extra_armor,
/obj/item/armor_module/module/tyr_extra_armor/mark1,
/obj/item/armor_module/module/hlin_explosive_armor,
/obj/item/armor_module/module/ballistic_armor,
/obj/item/armor_module/module/eshield,

Expand Down
1 change: 0 additions & 1 deletion code/modules/clothing/modular_armor/jaeger.dm
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
/obj/item/armor_module/module/tyr_extra_armor/mark1,
/obj/item/armor_module/module/mimir_environment_protection,
/obj/item/armor_module/module/mimir_environment_protection/mark1,
/obj/item/armor_module/module/hlin_explosive_armor,
/obj/item/armor_module/module/ballistic_armor,
/obj/item/armor_module/module/chemsystem,
/obj/item/armor_module/module/eshield,
Expand Down
3 changes: 0 additions & 3 deletions code/modules/clothing/modular_armor/modular.dm
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@
/obj/item/armor_module/module/tyr_extra_armor/mark1,
/obj/item/armor_module/module/mimir_environment_protection,
/obj/item/armor_module/module/mimir_environment_protection/mark1,
/obj/item/armor_module/module/hlin_explosive_armor,
/obj/item/armor_module/module/ballistic_armor,
/obj/item/armor_module/module/chemsystem,
/obj/item/armor_module/module/eshield,
Expand Down Expand Up @@ -214,7 +213,6 @@
/obj/item/armor_module/module/tyr_extra_armor/mark1,
/obj/item/armor_module/module/mimir_environment_protection,
/obj/item/armor_module/module/mimir_environment_protection/mark1,
/obj/item/armor_module/module/hlin_explosive_armor,
/obj/item/armor_module/module/ballistic_armor,
/obj/item/armor_module/module/chemsystem,
/obj/item/armor_module/module/eshield,
Expand Down Expand Up @@ -264,7 +262,6 @@
/obj/item/armor_module/module/tyr_extra_armor/mark1,
/obj/item/armor_module/module/mimir_environment_protection,
/obj/item/armor_module/module/mimir_environment_protection/mark1,
/obj/item/armor_module/module/hlin_explosive_armor,
/obj/item/armor_module/module/ballistic_armor,
/obj/item/armor_module/module/chemsystem,
/obj/item/armor_module/module/eshield,
Expand Down
2 changes: 0 additions & 2 deletions code/modules/clothing/modular_armor/som.dm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
/obj/item/armor_module/module/fire_proof/som,
/obj/item/armor_module/module/tyr_extra_armor/som,
/obj/item/armor_module/module/mimir_environment_protection/som,
/obj/item/armor_module/module/hlin_explosive_armor,
/obj/item/armor_module/module/eshield/som,
/obj/item/armor_module/storage/general,
/obj/item/armor_module/storage/ammo_mag,
Expand Down Expand Up @@ -124,7 +123,6 @@
/obj/item/armor_module/module/valkyrie_autodoc/som,
/obj/item/armor_module/module/fire_proof/som,
/obj/item/armor_module/module/mimir_environment_protection/som,
/obj/item/armor_module/module/hlin_explosive_armor,
/obj/item/armor_module/module/eshield/som,
/obj/item/armor_module/storage/general,
/obj/item/armor_module/storage/ammo_mag,
Expand Down
1 change: 0 additions & 1 deletion code/modules/clothing/modular_armor/style_line.dm
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
/obj/item/armor_module/module/tyr_extra_armor/mark1,
/obj/item/armor_module/module/mimir_environment_protection,
/obj/item/armor_module/module/mimir_environment_protection/mark1,
/obj/item/armor_module/module/hlin_explosive_armor,
/obj/item/armor_module/module/ballistic_armor,
/obj/item/armor_module/module/chemsystem,
/obj/item/armor_module/module/eshield,
Expand Down
1 change: 0 additions & 1 deletion code/modules/clothing/modular_armor/xenonauten.dm
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
/obj/item/armor_module/module/tyr_extra_armor/mark1,
/obj/item/armor_module/module/mimir_environment_protection,
/obj/item/armor_module/module/mimir_environment_protection/mark1,
/obj/item/armor_module/module/hlin_explosive_armor,
/obj/item/armor_module/module/ballistic_armor,
/obj/item/armor_module/module/chemsystem,
/obj/item/armor_module/module/eshield,
Expand Down
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/xenomorph/charge_crush.dm
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@
if(precrush > 0)
log_combat(charger, crushed_living, "xeno charged")
//There is a chance to do enough damage here to gib certain mobs. Better update immediately.
crushed_living.apply_damage(precrush * 2, BRUTE, BODY_ZONE_CHEST, MELEE, updating_health = TRUE, penetration = 15)
crushed_living.apply_damage(precrush * 1.7, BRUTE, BODY_ZONE_CHEST, MELEE, updating_health = TRUE, penetration = 15)
if(QDELETED(crushed_living))
charger.visible_message(span_danger("[charger] anihilates [preserved_name]!"),
span_xenodanger("We anihilate [preserved_name]!"))
Expand Down
6 changes: 3 additions & 3 deletions code/modules/projectiles/guns/sentries.dm
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@

playsound(user, 'sound/misc/electronics_1.ogg', 50)
icon_state = "upgradekit_open"
if(!do_after(user, 8 SECONDS, NONE, src, BUSY_ICON_ENERGY, prog_bar = null))
if(!do_after(user, 4 SECONDS, NONE, src, BUSY_ICON_ENERGY, prog_bar = null))
icon_state = initial(icon_state)
return

Expand Down Expand Up @@ -125,7 +125,7 @@
icon_state = "sentry"

turret_range = 8
deploy_time = 6 SECONDS
deploy_time = 5 SECONDS
max_shells = 500
fire_delay = 0.25 SECONDS

Expand Down Expand Up @@ -351,7 +351,7 @@
fire_sound = 'sound/items/turrets/turret_sniper.ogg'

turret_range = 14
deploy_time = 10 SECONDS
deploy_time = 5 SECONDS
max_shells = 75
fire_delay = 2 SECONDS

Expand Down
20 changes: 19 additions & 1 deletion code/modules/projectiles/magazines/misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
current_rounds = 150
max_rounds = 150

/obj/item/ammo_magazine/packet/pwarsaw
/obj/item/ammo_magazine/packet/groza
name = "box of 7.62x39mm"
desc = "A box containing 120 rounds of 7.62x39mm."
caliber = CALIBER_762X39
Expand All @@ -41,6 +41,24 @@
current_rounds = 120
max_rounds = 120

/obj/item/ammo_magazine/packet/groza/ap
name = "box of AP 7.62x39mm"
desc = "A box containing 120 AP rounds of 7.62x39mm."
caliber = CALIBER_762X39
icon_state = "box_76239mm"
default_ammo = /datum/ammo/bullet/rifle/mpi_km/ap
current_rounds = 120
max_rounds = 120

/obj/item/ammo_magazine/packet/groza/hp
name = "box of HP 7.62x39mm"
desc = "A box containing 120 HP rounds of 7.62x39mm."
caliber = CALIBER_762X39
icon_state = "box_76239mm"
default_ammo = /datum/ammo/bullet/rifle/mpi_km/hp
current_rounds = 120
max_rounds = 120

/obj/item/ammo_magazine/packet/p10x265mm
name = "box of 10x26.5mm"
desc = "A box containing 100 rounds of 10x26.5mm caseless."
Expand Down
5 changes: 0 additions & 5 deletions code/modules/reqs/armor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,6 @@
)
cost = 120

/datum/supply_packs/armor/modular/attachments/hlin_bombimmune
name = "Hlin armor module"
contains = list(/obj/item/armor_module/module/hlin_explosive_armor)
cost = 120

/datum/supply_packs/armor/modular/attachments/artemis_mark_two
name = "Freyr Mark 2 helmet module"
contains = list(
Expand Down
5 changes: 0 additions & 5 deletions code/modules/reqs/imports.dm
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,6 @@
contains = list(/obj/item/ammo_magazine/rifle/mpi_km/plum)
cost = 3

/datum/supply_packs/imports/mpi_km/ammo_packet
name = "7.62x39mm Ammo Box"
contains = list(/obj/item/ammo_magazine/packet/pwarsaw)
cost = 15

/datum/supply_packs/imports/mkh
name = "MKH-98 Storm Rifle"
contains = list(/obj/item/weapon/gun/rifle/mkh)
Expand Down
3 changes: 2 additions & 1 deletion code/modules/vehicles/armored/__armored.dm
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,8 @@


/obj/vehicle/sealed/armored/welder_act(mob/living/user, obj/item/I)
return welder_repair_act(user, I, 50, 5 SECONDS, 0, SKILL_ENGINEER_METAL, 5, 2 SECONDS)
var/fumbling_time = 5 SECONDS - 1 SECONDS * user.skills.getRating(SKILL_ENGINEER)
return welder_repair_act(user, I, 5 SECONDS, fumbling_time, 0, SKILL_ENGINEER_METAL, 5, 2 SECONDS)

/obj/vehicle/sealed/armored/crowbar_act(mob/living/user, obj/item/I)
. = ..()
Expand Down
3 changes: 2 additions & 1 deletion code/modules/vehicles/motorbike.dm
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
return ..()

/obj/vehicle/ridden/motorbike/welder_act(mob/living/user, obj/item/I)
return welder_repair_act(user, I, 10, 2 SECONDS, fuel_req = 1)
var/fumbling_time = 5 SECONDS - 1 SECONDS * user.skills.getRating(SKILL_ENGINEER)
return welder_repair_act(user, I, 1 SECONDS, fumbling_time, fuel_req = 1)

/obj/vehicle/ridden/motorbike/relaymove(mob/living/user, direction)
if(fuel_count <= 0)
Expand Down

0 comments on commit bb1e52c

Please sign in to comment.