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