Fixes liquidbelly stuff while buckled or resting

Changed the incapacitation flag check from all types to relevant types. Now only blocked if dead/paralyzed/sleeping/fakedeath
This commit is contained in:
Verkister
2022-10-20 20:22:44 +03:00
committed by GitHub
parent 35b0db8c4d
commit 218eaafc17
+2 -2
View File
@@ -111,7 +111,7 @@
set desc = "Transfer liquid from an organ to another or stomach, or into another person or container."
set popup_menu = FALSE
if(!checkClickCooldown() || incapacitated(INCAPACITATION_ALL))
if(!checkClickCooldown() || incapacitated(INCAPACITATION_KNOCKOUT))
return FALSE
var/mob/living/user = usr
@@ -275,4 +275,4 @@
set name = "Mute Vorgan Entrance"
set category = "Preferences"
set desc = "Mute the chatlog messages when something enters a vore belly."
mute_entry = !mute_entry
mute_entry = !mute_entry