Adds the pump-action grenade launcher and updates the existing break-action ballistic grenade launcher with a new sprite (#95244)

This commit is contained in:
necromanceranne
2026-03-10 20:54:05 +02:00
committed by GitHub
parent f1508782d3
commit 1ce02afed8
19 changed files with 231 additions and 26 deletions
+5
View File
@@ -504,6 +504,11 @@
worn_icon_state = "bandolier"
storage_type = /datum/storage/bandolier_belt
/obj/item/storage/belt/bandolier/china_lake_extra/PopulateContents()
generate_items_inside(list(
/obj/item/ammo_casing/a40mm = 12,
), src)
/obj/item/storage/belt/fannypack
name = "fannypack"
desc = "A dorky fannypack for keeping small items in. Concealed enough, or ugly enough to avert their eyes, that others won't see what you put in or take out easily."
@@ -232,6 +232,17 @@
new /obj/item/reagent_containers/hypospray/medipen/methamphetamine (src)
new /obj/item/clothing/under/rank/prisoner/nosensor (src)
/obj/item/storage/toolbox/guncase/china_lake
name = "pump-action grenade launcher weapon case"
weapon_to_spawn = /obj/item/gun/ballistic/shotgun/china_lake
extra_to_spawn = /obj/item/storage/belt/bandolier/china_lake_extra
/obj/item/storage/toolbox/guncase/china_lake/PopulateContents()
new weapon_to_spawn (src)
new extra_to_spawn (src)
new /obj/item/clothing/under/rank/prisoner/nosensor (src)
new /obj/item/storage/fancy/cigarettes/cigpack_syndicate (src)
/obj/item/storage/toolbox/guncase/soviet
name = "ancient gun case"
desc = "A weapon's case. Has the symbol of the Third Soviet Union stamped on the side."