fix runtimes in disposals pipes and seed making for a plant

whoever coded those parts should be shot
This commit is contained in:
Miniature
2012-01-10 10:56:58 +10:30
parent f38406ec20
commit 225b2ad03e
2 changed files with 3 additions and 3 deletions

View File

@@ -688,7 +688,7 @@
M.weakened += 4
M << "\red You're gonna remember that one in the morning!"
M:UpdateDamageIcon()
M:UpdateDamage()
//M:UpdateDamage() //doesnt fucking exist if you arent a blob
else
M.bruteloss += 4
if(prob(2))
@@ -742,7 +742,7 @@
H.active = 0
H.loc = src
return
if(T.intact && istype(T,/turf/simulated/floor)) //intact floor, pop the tile
if(istype(T,/turf/simulated/floor) && T.intact) //intact floor, pop the tile
var/turf/simulated/floor/F = T
//F.health = 100
F.burnt = 1