mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
home stretch
This commit is contained in:
@@ -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."))
|
||||
|
||||
Reference in New Issue
Block a user