mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
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:
@@ -44,7 +44,7 @@
|
||||
var/datum/spell/spell = target
|
||||
|
||||
if(owner)
|
||||
return spell.can_cast(owner, show_message)
|
||||
return spell.can_cast(owner, TRUE, show_message)
|
||||
return FALSE
|
||||
|
||||
/datum/action/spell_action/apply_unavailable_effect(atom/movable/screen/movable/action_button/button)
|
||||
|
||||
Reference in New Issue
Block a user