Should fix it.
This commit is contained in:
Sebastian Broberg
2015-12-24 23:02:37 +01:00
parent 6617ab6bf9
commit ebef6272b9

View File

@@ -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)
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)