mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
New away site safes. (#14729)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user