Buffs the uplink thermal safe drill (#21312)

* commit stuff for safety

* making sure this shit saves

* I am commiting every 5 frames now, sorry. I lost 25 frames as the file got corrupted

* 45 frames

* 51 total frames now

* 55

* 65

* 70 frames

* 75

* 80 frames almost there

* Behold, a useful uplink item.

* removes debug message

* Apply suggestions from code review

Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>

---------

Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>
This commit is contained in:
Qwertytoforty
2023-06-28 10:38:55 -04:00
committed by GitHub
parent 27a9a57787
commit 032b065214
10 changed files with 156 additions and 9 deletions
+9
View File
@@ -414,3 +414,12 @@
var/obj/structure/musician/M = parent
return M.should_stop_playing(user)
// subtype for thermal drills
/datum/song/thermal_drill
/datum/song/thermal_drill/should_stop_playing(mob/user)
. = ..()
if(.)
return TRUE
var/obj/item/thermal_drill/D = parent
return D.should_stop_playing(user)