mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
Fixes cooker toggle message (#11798)
This commit is contained in:
@@ -109,7 +109,7 @@
|
||||
set_temp = text2num(desired_temp) + T0C
|
||||
to_chat(user, SPAN_NOTICE("You set [src] to [round(set_temp-T0C)]C."))
|
||||
stat &= ~POWEROFF
|
||||
use_power = !(stat & POWEROFF) && use_power
|
||||
use_power = !(stat & POWEROFF) // will be updated again after heat_up
|
||||
if(wasoff != (stat & POWEROFF))
|
||||
activation_message(user)
|
||||
playsound(src, 'sound/machines/click.ogg', 40, 1)
|
||||
|
||||
Reference in New Issue
Block a user