Infinite Gun Culling: Gun Kit Edition (#56133)

Every prototype firearm in the game now utilizes crafting to construct it, usually sacrificing a standard version of that firearm in order to produce the new one. The guns are made using gun part kits you print from the security protolathe (or buy, in the case of hellfire lasers).
This commit is contained in:
necromanceranne
2021-01-15 23:24:00 +00:00
committed by GitHub
parent 5a0ea0f18f
commit 38656dc0e4
10 changed files with 207 additions and 33 deletions
+4 -4
View File
@@ -53,11 +53,11 @@
contains = list(/obj/item/gun/energy/e_gun)
/datum/supply_pack/goody/hell_single
name = "Hellgun Single-Pack"
desc = "Contains one hellgun, an old pattern of laser gun infamous for its ability to horribly disfigure targets with burns. Technically violates the Space Geneva Convention when used on humanoids."
cost = PAYCHECK_HARD * 18
name = "Hellgun Kit Single-Pack"
desc = "Contains one hellgun degradation kit, an old pattern of laser gun infamous for its ability to horribly disfigure targets with burns. Technically violates the Space Geneva Convention when used on humanoids."
cost = PAYCHECK_MEDIUM * 2
access_view = ACCESS_ARMORY
contains = list(/obj/item/gun/energy/laser/hellgun)
contains = list(/obj/item/weaponcrafting/gunkit/hellgun)
/datum/supply_pack/goody/wt550_single
name = "WT-550 Auto Rifle Single-Pack"