Boop, logic escaped me also refractor this shit someone.

This commit is contained in:
Sebastian Broberg
2015-12-25 11:30:33 +01:00
parent ebef6272b9
commit b000ca4eb7
@@ -113,7 +113,7 @@
if(C.imprinted != "empty")
U << "\red <b>Capture failed!</b>: \black The soul stone has already been imprinted with [C.imprinted]'s mind!"
else
if ((T.health + T.halloss) > config.health_threshold_crit || T.stat == DEAD)
if ((T.health + T.halloss) > config.health_threshold_crit && T.stat != DEAD)
U << "\red <b>Capture failed!</b>: \black Kill or maim the victim first!"
else
if(T.client == null)