mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
Regal Pipeguns can be stored in high-vis vests/wet floor signs (#70345)
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user