home stretch

This commit is contained in:
nevimer
2026-03-07 00:33:39 -05:00
parent 3b05cd16d3
commit 2d805c101b
19 changed files with 37 additions and 39 deletions
@@ -17,6 +17,7 @@
human_owner.AdjustSleeping(-50 * seconds_per_tick, FALSE)
to_chat(owner, span_notice("You feel a rush of energy course through your body!"))
cooldown = addtimer(CALLBACK(src, PROC_REF(sleepytimerend)), 5 SECONDS, TIMER_UNIQUE | TIMER_OVERRIDE | TIMER_STOPPABLE | TIMER_DELETE_ME)
. = ..()
/obj/item/organ/cyberimp/brain/anti_sleep/proc/sleepytimerend()
to_chat(owner, span_notice("You hear a small beep in your head as your CNS Jumpstarter finishes recharging."))