mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-31 01:00:59 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user