mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-02 13:33:29 +00:00
Typo fix.
Screw typechecks and their need for closing parens :*(
This commit is contained in:
@@ -935,7 +935,7 @@ datum
|
||||
for(var/mob/living/carbon/slime/M in T)
|
||||
M.adjustToxLoss(rand(5,10))
|
||||
reaction_turf(var/turf/simulated/S, var/volume)
|
||||
if(istype(S)
|
||||
if(istype(S))
|
||||
if(volume >= 1)
|
||||
S.dirt = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user