mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 19:22:56 +00:00
Changes the knockout checks to incap all.
Also stops micro interactions while flying.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user