mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 22:42:26 +01:00
New away site safes. (#14729)
This commit is contained in:
@@ -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."
|
||||
|
||||
@@ -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