Skip to content

Commit

Permalink
AGLS tfoot removal (#16552)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lumipharon authored Sep 17, 2024
1 parent 158050c commit 8be7e78
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 34 deletions.
2 changes: 0 additions & 2 deletions code/game/objects/machinery/vending/marine_vending.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1515,7 +1515,6 @@
/obj/item/ammo_magazine/standard_agls/incendiary = -1,
/obj/item/ammo_magazine/standard_agls/flare = -1,
/obj/item/ammo_magazine/standard_agls/cloak = -1,
/obj/item/ammo_magazine/standard_agls/tanglefoot = -1,
/obj/structure/largecrate/supply/weapons/heavy_flakgun = -1,
/obj/item/ammo_magazine/heavy_isg/he = -1,
/obj/item/ammo_magazine/heavy_isg/sabot = -1,
Expand Down Expand Up @@ -1797,7 +1796,6 @@
/obj/item/factory_refill/agls_frag_refill = -1,
/obj/item/factory_refill/agls_he_refill = -1,
/obj/item/factory_refill/agls_incendiary_refill = -1,
/obj/item/factory_refill/agls_tanglefoot_refill = -1,
/obj/item/factory_refill/atgun_apcr_refill = -1,
/obj/item/factory_refill/atgun_aphe_refill = -1,
/obj/item/factory_refill/atgun_beehive_refill = -1,
Expand Down
9 changes: 0 additions & 9 deletions code/modules/factory/parts.dm
Original file line number Diff line number Diff line change
Expand Up @@ -809,15 +809,6 @@ GLOBAL_LIST_INIT(agls_recipe, list(
. = ..()
recipe = GLOB.agls_recipe

/obj/item/factory_part/agls_tanglefoot
name = "\improper AGLS Tanglefoot magazine assembly"
desc = "An incomplete AGLS Tanglefoot magazine assembly."
result = /obj/item/ammo_magazine/standard_agls/tanglefoot

/obj/item/factory_part/agls_tanglefoot/Initialize(mapload)
. = ..()
recipe = GLOB.agls_recipe

GLOBAL_LIST_INIT(atgun_recipe, list(
list(STEP_NEXT_MACHINE = FACTORY_MACHINE_CUTTER, STEP_ICON_STATE = "uncutplate"),
list(STEP_NEXT_MACHINE = FACTORY_MACHINE_HEATER, STEP_ICON_STATE = "cutplate"),
Expand Down
6 changes: 0 additions & 6 deletions code/modules/factory/unboxer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -504,12 +504,6 @@
refill_type = /obj/item/factory_part/agls_cloak
refill_amount = 10

/obj/item/factory_refill/agls_tanglefoot_refill
name = "box of rounded metal plates (AGLS Tanglefoot)"
desc = "A box with round metal plates inside. Used to refill Unboxers. These will become AGLS Tanglefoot magazines for an AGL, once finished."
refill_type = /obj/item/factory_part/agls_tanglefoot
refill_amount = 10

/obj/item/factory_refill/atgun_aphe_refill
name = "box of rounded metal plates (AT APHE)"
desc = "A box with round metal plates inside. Used to refill Unboxers. These will become AT-36 APHE shells, once finished."
Expand Down
1 change: 0 additions & 1 deletion code/modules/projectiles/guns/mounted.dm
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,6 @@
/obj/item/ammo_magazine/standard_agls/incendiary,
/obj/item/ammo_magazine/standard_agls/flare,
/obj/item/ammo_magazine/standard_agls/cloak,
/obj/item/ammo_magazine/standard_agls/tanglefoot,
)

deploy_time = 6 SECONDS
Expand Down
6 changes: 0 additions & 6 deletions code/modules/projectiles/magazines/mounted.dm
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,6 @@
icon_state = "ags_cloak"
default_ammo = /datum/ammo/grenade_container/ags_grenade/cloak

/obj/item/ammo_magazine/standard_agls/tanglefoot
name = "AGLS-37 Tanglefoot magazine (40mm Caseless)"
desc = "A box holding 30 40mm caseless Tanglefoot grenades for the AGLS-37 automatic grenade launcher."
icon_state = "ags_pgas"
default_ammo = /datum/ammo/grenade_container/ags_grenade/tanglefoot

/obj/item/ammo_magazine/standard_atgun
name = "AT-36 AP-HE shell (37mm Shell)"
desc = "A 37mm shell for light anti tank guns. Will penetrate walls and fortifications, before hitting a target and exploding, has less payload and punch than usual rounds."
Expand Down
10 changes: 0 additions & 10 deletions code/modules/reqs/supplypacks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -292,11 +292,6 @@ WEAPONS
contains = list(/obj/item/ammo_magazine/standard_agls/cloak)
cost = 30

/datum/supply_packs/weapons/ags_tanglefoot
name = "AGLS-37 AGL Tanglefoot Grenades"
contains = list(/obj/item/ammo_magazine/standard_agls/tanglefoot)
cost = 55

/datum/supply_packs/weapons/antitankgun
name = "AT-36 Anti Tank Gun"
contains = list(/obj/item/weapon/gun/standard_atgun)
Expand Down Expand Up @@ -2496,11 +2491,6 @@ FACTORY
contains = list(/obj/item/factory_refill/agls_cloak_refill)
cost = 200

/datum/supply_packs/factory/agls_tanglefoot_refill
name = "AGLS Tanglefoot magazine assembly refill"
contains = list(/obj/item/factory_refill/agls_tanglefoot_refill)
cost = 400

/datum/supply_packs/factory/atgun_aphe_refill
name = "AT-36 AP-HE shell assembly refill"
contains = list(/obj/item/factory_refill/atgun_aphe_refill)
Expand Down
Binary file modified icons/obj/items/ammo/artillery.dmi
Binary file not shown.
Binary file modified icons/obj/items/grenade.dmi
Binary file not shown.

0 comments on commit 8be7e78

Please sign in to comment.