New away site safes. (#14729)

This commit is contained in:
connorjg1
2022-08-29 21:51:09 +02:00
committed by GitHub
parent b02a2cda0d
commit 29df9a5cf0
6 changed files with 91 additions and 20 deletions
+20 -1
View File
@@ -286,4 +286,23 @@ FLOOR SAFES
new /obj/random/highvalue(src)
new /obj/random/highvalue(src)
new /obj/random/highvalue(src)
new /obj/random/highvalue(src)
new /obj/random/highvalue(src)
/obj/structure/safe/cash
name = "credit safe"
/obj/structure/safe/cash/Initialize()
. = ..()
new /obj/random/highvalue/cash(src)
new /obj/random/highvalue/cash(src)
new /obj/random/highvalue/cash(src)
/obj/structure/safe/highvalue
name = "valuables safe"
/obj/structure/safe/highvalue/Initialize()
. = ..()
new /obj/random/highvalue/no_weapon(src)
new /obj/random/highvalue/no_weapon(src)
new /obj/random/highvalue/no_weapon(src)
new /obj/random/highvalue/no_weapon(src)