Small moodie balance changes

This commit is contained in:
Qustinnus
2018-03-08 05:39:33 +01:00
committed by CitadelStationBot
parent 4d0b7133c8
commit 68757f1b44
4 changed files with 151 additions and 0 deletions
@@ -90,3 +90,12 @@
return bloodiness
else
return 0
<<<<<<< HEAD
=======
/obj/effect/decal/cleanable/Destroy()
. = ..()
if(src.loc && isturf(src.loc))
var/area/A = get_area(src)
A.beauty -= beauty / max(1, A.areasize)
>>>>>>> 0bc8550... Small moodie balance changes (#36242)