Fixes mindflayers sometimes being spammed with messages when pacified (#30686)

* fixes the message popping up when using action buttons

* Secret second bug that the first bug uncovered, fixes no messages at all
This commit is contained in:
BiancaWilkson
2025-10-16 15:19:20 -04:00
committed by GitHub
parent 1abb121eb7
commit 08b8714dc9
2 changed files with 3 additions and 2 deletions
@@ -60,7 +60,8 @@
return FALSE
if(checks_nullification && HAS_TRAIT(user, TRAIT_MINDFLAYER_NULLIFIED))
flayer_datum.send_swarm_message("We do not have the energy to manifest that currently...")
if(show_message)
flayer_datum.send_swarm_message("We do not have the energy to manifest that currently...")
return FALSE
return TRUE