mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 13:30:42 +01:00
Security belts in lockers now spawn partially filled with stuff (#13050)
This commit is contained in:
@@ -305,6 +305,15 @@
|
||||
)
|
||||
content_overlays = TRUE
|
||||
|
||||
/obj/item/storage/belt/security/full
|
||||
starts_with = list(
|
||||
/obj/item/melee/baton/loaded = 1,
|
||||
/obj/item/reagent_containers/spray/pepper = 1,
|
||||
/obj/item/handcuffs = 1,
|
||||
/obj/item/device/flash = 1,
|
||||
/obj/item/device/holowarrant = 1
|
||||
)
|
||||
|
||||
/obj/item/storage/belt/soulstone
|
||||
name = "soul stone belt"
|
||||
desc = "Designed for ease of access to the shards during a fight, as to not let a single enemy spirit slip away"
|
||||
|
||||
Reference in New Issue
Block a user