Regal Pipeguns can be stored in high-vis vests/wet floor signs (#70345)

This commit is contained in:
necromanceranne
2022-10-11 14:20:38 -07:00
committed by GitHub
parent 64fd3731c3
commit 3d63c8785e
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -147,6 +147,7 @@
/obj/item/tank/internals/emergency_oxygen,
/obj/item/tank/internals/plasmaman,
/obj/item/t_scanner,
/obj/item/gun/ballistic/rifle/boltaction/pipegun/prime,
)
resistance_flags = NONE
species_exception = list(/datum/species/golem)
+5
View File
@@ -16,3 +16,8 @@
attack_verb_simple = list("warn", "caution", "smash")
armor = list(MELEE = 5, BULLET = 0, LASER = 0,ENERGY = 0, BOMB = 0, BIO = 0, FIRE = 0, ACID = 0)
species_exception = list(/datum/species/golem)
allowed = list(
/obj/item/tank/internals/emergency_oxygen,
/obj/item/tank/internals/plasmaman,
/obj/item/gun/ballistic/rifle/boltaction/pipegun/prime,
)