allow TTS while down (#19508)

This commit is contained in:
Cameron Lennox
2026-06-06 21:08:18 +02:00
committed by GitHub
parent 4e9bd3f31b
commit c898d6daa0
@@ -10,7 +10,7 @@
. = ..(user)
if(.)
return TRUE
if(user.incapacitated(INCAPACITATION_KNOCKDOWN|INCAPACITATION_DISABLED)) // EDIT: We can use the device only if we are not in certain types of incapacitation. We don't want chairs stopping us from texting!!
if(user.incapacitated(INCAPACITATION_DISABLED)) // EDIT: We can use the device only if we are not in certain types of incapacitation. We don't want chairs stopping us from texting!!
to_chat(user, "You cannot activate the device in your state.")
return