define usage

This commit is contained in:
kevinz000
2020-01-24 22:50:28 -07:00
parent 8a5246c5d6
commit b9274c63d0
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -753,7 +753,7 @@
var/turf/T = get_turf(target)
if(T)
for(var/obj/effect/decal/cleanable/blood/B in view(T, 2))
if(B.blood_state == "blood")
if(B.blood_state == BLOOD_STATE_BLOOD)
if(B.bloodiness == 100) //Bonus for "pristine" bloodpools, also to prevent cheese with footprint spam
temp += 30
else