Typo fix.

Screw typechecks and their need for closing parens :*(
This commit is contained in:
Ccomp5950
2014-02-24 01:50:44 -06:00
parent f071421552
commit 0f538a9b2f

View File

@@ -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