Vault Safe Tweaks (#16381)

* Vault Safe Tweaks

* one more for fun
This commit is contained in:
Geeves
2023-05-25 09:47:54 +00:00
committed by GitHub
parent e7c822df6e
commit 7f4c937f39
3 changed files with 48 additions and 7 deletions
+9 -7
View File
@@ -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"