mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-30 00:35:45 +01:00
Removes dynamic proc call
This commit is contained in:
@@ -90,7 +90,8 @@
|
||||
|
||||
/obj/item/device/suit_cooling_unit/proc/turn_off()
|
||||
if (ismob(src.loc))
|
||||
src.loc:show_message("\The [src] clicks and whines as it powers down.", 2) //let them know in case it's run out of power.
|
||||
var/mob/M = src.loc
|
||||
M.show_message("\The [src] clicks and whines as it powers down.", 2) //let them know in case it's run out of power.
|
||||
on = 0
|
||||
updateicon()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user