mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-06 15:32:52 +00: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