Scanner formatting

This commit is contained in:
Fermi
2019-11-21 03:52:00 +00:00
parent 18e1246fd0
commit 01f465dc8c
2 changed files with 13 additions and 10 deletions
@@ -120,6 +120,9 @@
if(data["grown_volume"] > 135 && ((C.health + C.oxyloss)>=80))
if(M.revive())
M.emote("gasp")
borrowed_health *= 2
if(borrowed_health < 100)
borrowed_health = 100
log_combat(M, M, "revived", src)
else
M.adjustBruteLoss(-healing_factor)