Fixes Hulk Not Properly Being Removed

This commit is contained in:
Fox-McCloud
2016-01-22 23:50:40 -05:00
parent ac28a4d85b
commit 75e9466540
+1
View File
@@ -158,6 +158,7 @@
if ((HULK in M.mutations) && M.health <= 0)
M.mutations.Remove(HULK)
M.dna.SetSEState(HULKBLOCK,0)
genemutcheck(M, HULKBLOCK,null,MUTCHK_FORCED)
M.update_mutations() //update our mutation overlays
M.update_body()
M.status_flags |= CANSTUN | CANWEAKEN | CANPARALYSE | CANPUSH //temporary fix until the problem can be solved.