mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 22:42:26 +01:00
@@ -27,8 +27,8 @@ FLOOR SAFES
|
||||
var/time_to_drill = 300 SECONDS // Drill duration of the current thermal drill.
|
||||
var/last_drill_time = 0 // Last world.time the drill time was checked. Used to reduce time_to_drill accurately
|
||||
var/image/drill_overlay // The drill overlay image to display during the drilling process.
|
||||
var/drill_x_offset = -13 // The X pixel offset for the drill
|
||||
var/drill_y_offset = -3 // The Y pixel offset for the drill
|
||||
var/drill_x_offset = -4 // The X pixel offset for the drill
|
||||
var/drill_y_offset = -8 // The Y pixel offset for the drill
|
||||
|
||||
/obj/structure/safe/Initialize()
|
||||
. = ..()
|
||||
@@ -251,6 +251,7 @@ FLOOR SAFES
|
||||
|
||||
/obj/structure/safe/proc/drill_open()
|
||||
broken = TRUE
|
||||
drill.soundloop.stop()
|
||||
STOP_PROCESSING(SSprocessing, src)
|
||||
update_icon()
|
||||
|
||||
@@ -286,11 +287,12 @@ FLOOR SAFES
|
||||
|
||||
/obj/structure/safe/station/Initialize()
|
||||
. = ..()
|
||||
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)
|
||||
new /obj/item/stack/telecrystal/twentyfive(src)
|
||||
new /obj/random/highvalue/safe(src)
|
||||
new /obj/random/highvalue/safe(src)
|
||||
new /obj/random/highvalue/safe(src)
|
||||
new /obj/random/highvalue/safe(src)
|
||||
new /obj/random/highvalue/safe(src)
|
||||
|
||||
/obj/structure/safe/cash
|
||||
name = "credit safe"
|
||||
|
||||
Reference in New Issue
Block a user