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
+8 -1
View File
@@ -1236,7 +1236,7 @@
/obj/item/gun/projectile/automatic/terminator = 0.5,
/obj/item/rig/military = 0.5,
/obj/item/rig/unathi/fancy = 0.5,
/obj/item/rig/vaurca/minimal = 0.5,
/obj/item/rig/vaurca = 0.5,
/obj/item/anomaly_core = 0.5,
/obj/item/reagent_containers/food/drinks/bottle/vintage_wine = 0.1
)
@@ -1250,6 +1250,7 @@
/obj/item/anomaly_core = 0.5,
/obj/item/rig/military = 0.2,
/obj/item/rig/unathi/fancy = 0.2,
/obj/item/rig/vaurca = 0.2,
/obj/item/stack/material/phoron/full = 0.1,
/obj/item/stack/material/plasteel/full = 0.8,
/obj/random/voidsuit = 1,
@@ -1260,6 +1261,12 @@
/obj/item/storage/secure/briefcase/money = 0.1
)
/obj/random/highvalue/cash
problist = list(
/obj/item/storage/secure/briefcase/money = 1,
/obj/item/stack/material/phoron/full = 0.1
)
/obj/random/junk
name = "random trash"
desc = "This is toss."
+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)