mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Nuke remaining .proc/s (#7981)
Co-authored-by: Selis <sirlionfur@hotmail.de>
This commit is contained in:
@@ -148,7 +148,7 @@
|
||||
if(istype(O,/obj/item/stack/material/supermatter))
|
||||
var/obj/item/stack/material/supermatter/S = O
|
||||
set_light(l_range = max(1, S.get_amount()/10), l_power = max(1, S.get_amount()/10), l_color = "#8A8A00")
|
||||
addtimer(CALLBACK(src, .proc/puny_protons), 30 SECONDS)
|
||||
addtimer(CALLBACK(src, PROC_REF(puny_protons)), 30 SECONDS)
|
||||
//CHOMPedit end
|
||||
return 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user