mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-06 07:22:42 +00:00
fix runtimes in disposals pipes and seed making for a plant
whoever coded those parts should be shot
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user