Backward 512 compatibility removal.
This commit is contained in:
@@ -96,6 +96,6 @@
|
||||
|
||||
/datum/powernet/proc/get_electrocute_damage()
|
||||
if(avail >= 1000)
|
||||
return CLAMP(round(avail/10000), 10, 90) + rand(-5,5)
|
||||
return clamp(round(avail/10000), 10, 90) + rand(-5,5)
|
||||
else
|
||||
return 0
|
||||
Reference in New Issue
Block a user