Skip to content

Commit

Permalink
add broadcast
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirus59 committed Dec 28, 2024
1 parent 1ce6e2e commit 38126dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/SS220/CultYogg/Altar/CultYoggAltarSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ private void OnDoAfter(Entity<CultYoggAltarComponent> ent, ref MiGoSacrificeDoAf
while (query.MoveNext(out var uid, out _, out var cultRule))
{
var ev = new CultYoggSacrificedTargetEvent(ent);
RaiseLocalEvent(uid, ref ev);
RaiseLocalEvent(uid, ref ev, true);

stage = cultRule.AmountOfSacrifices;
}
Expand Down

0 comments on commit 38126dc

Please sign in to comment.