Skip to content

Commit

Permalink
Поправил бардование.
Browse files Browse the repository at this point in the history
  • Loading branch information
SmiLeYre committed Feb 12, 2025
1 parent 8dbcebc commit 44a9974
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modular_redmoon/code/datums/status_effects/rogue/roguebaff.dm
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,6 @@
if(owner.mind.isactuallygood()) // Check for "good antags"
for(var/S in effectedstats)
owner.change_stat(S, -effectedstats[S])
to_chat(O, span_warning("Astrata's light fades, leaving you weary."))
else
for(var/S in effectedstats)
owner.change_stat(S, -effectedstats[S])
to_chat(O, span_warning("Astrata's light fades, leaving you weary."))

0 comments on commit 44a9974

Please sign in to comment.