mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
removed max()
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
block=RADBLOCK
|
||||
|
||||
OnMobLife(var/mob/living/owner)
|
||||
owner.apply_effect(max(owner.radiation, 5), IRRADIATE)
|
||||
owner.apply_effect(5, IRRADIATE)
|
||||
for(var/mob/living/L in range(1, owner))
|
||||
if(L == owner)
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user