Changes the knockout checks to incap all.

Also stops micro interactions while flying.
This commit is contained in:
Cameron Lennox
2017-10-29 11:30:43 -04:00
parent 28e75a89aa
commit c99e7b51da
3 changed files with 13 additions and 3 deletions

View File

@@ -730,7 +730,7 @@
if(!C.wing_style) //The species var isn't taken into account here, as it's only purpose is to give this proc to a person.
to_chat(src, "You cannot fly without wings!!")
return
if(C.incapacitated() || C.stat || C.lying || C.stunned || C.weakened || C.paralysis)
if(C.incapacitated(INCAPACITATION_ALL))
to_chat(src, "You cannot fly in this state!")
return