mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Expanded the list of things the security hardsuit can hold (#16900)
This commit is contained in:
committed by
Pieter-Jan Briers
parent
fcfeec91d9
commit
84c9ce8b70
@@ -285,7 +285,16 @@
|
||||
species_fit = list(GREY_SHAPED)
|
||||
species_restricted = list("exclude",VOX_SHAPED)
|
||||
armor = list(melee = 60, bullet = 10, laser = 30, energy = 5, bomb = 45, bio = 100, rad = 10)
|
||||
allowed = list(/obj/item/weapon/gun,/obj/item/device/flashlight,/obj/item/weapon/tank,/obj/item/weapon/melee/baton)
|
||||
allowed = list(
|
||||
/obj/item/weapon/gun,
|
||||
/obj/item/device/flashlight,
|
||||
/obj/item/weapon/tank,
|
||||
/obj/item/weapon/melee/baton,
|
||||
/obj/item/weapon/reagent_containers/spray/pepper,
|
||||
/obj/item/ammo_storage,
|
||||
/obj/item/ammo_casing,
|
||||
/obj/item/weapon/handcuffs,
|
||||
/obj/item/weapon/bikehorn/baton)
|
||||
siemens_coefficient = 0.7
|
||||
pressure_resistance = 40 * ONE_ATMOSPHERE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user