Fixes typo in changeling absorbing

This commit is contained in:
GinjaNinja32
2015-07-24 02:35:49 +01:00
parent 2acb66370f
commit 006ed3ec53
@@ -153,7 +153,7 @@
src << "<span class='warning'>This creature's DNA is ruined beyond useability!</span>"
return
if(!G.state == GRAB_KILL)
if(G.state != GRAB_KILL)
src << "<span class='warning'>We must have a tighter grip to absorb this creature.</span>"
return