mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
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:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user