mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
Cuts down on pain and halloss message spam, especially from Xenobio monkeys. (#14078)
This commit is contained in:
@@ -757,7 +757,7 @@
|
||||
handle_hallucinations()
|
||||
|
||||
if(get_shock() >= species.total_health)
|
||||
if(!stat)
|
||||
if(!stat && !paralysis)
|
||||
to_chat(src, "<span class='warning'>[species.halloss_message_self]</span>")
|
||||
src.visible_message("<B>[src]</B> [species.halloss_message]")
|
||||
Paralyse(10)
|
||||
|
||||
Reference in New Issue
Block a user