Skip to content

Commit

Permalink
fsdfsd
Browse files Browse the repository at this point in the history
  • Loading branch information
Anorak2024 committed Nov 19, 2024
1 parent 68577cc commit be14448
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions code/modules/antagonists/borer/borer_spell.dm
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,8 @@
if(!force_say_content)
return

if(user.controlling || user.stat || user.host?.stat || user.antag_datum.evo_points < evo_cost) // we really need that double check
if(user.controlling || user.stat || user.host?.stat) // we really need that double check
return

user.host.say(force_say_content)
user.antag_datum.evo_points -= evo_cost

add_attack_logs(user, user.host, "Forcesaid: [force_say_content]")

0 comments on commit be14448

Please sign in to comment.