diff --git a/code/modules/vore/eating/living_ch.dm b/code/modules/vore/eating/living_ch.dm index 1ccb14b852..46bd2fb3c5 100644 --- a/code/modules/vore/eating/living_ch.dm +++ b/code/modules/vore/eating/living_ch.dm @@ -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 \ No newline at end of file + mute_entry = !mute_entry