Dirt overlay fixes

This commit is contained in:
ZomgPonies
2013-12-17 07:25:42 -05:00
parent 0748c6e227
commit e29afdaf2b
3 changed files with 11 additions and 9 deletions
+3 -1
View File
@@ -1299,7 +1299,9 @@ datum
for(var/mob/living/carbon/slime/M in T)
M.adjustToxLoss(rand(5,10))
reaction_turf(var/turf/simulated/S, var/volume)
if(volume >= 1)
S.dirt = 0
reaction_mob(var/mob/M, var/method=TOUCH, var/volume)
if(iscarbon(M))
var/mob/living/carbon/C = M