Gods part 3 (#1421)

* apprice action, dead notice

* fix refollowing

* mist lumera action
This commit is contained in:
Red
2025-06-14 02:11:36 +03:00
committed by GitHub
parent b932d56f15
commit fc0beb5ccf
21 changed files with 288 additions and 17 deletions

View File

@@ -25,7 +25,7 @@ public sealed partial class CP14ClientReligionGodSystem : CP14SharedReligionGodS
SubscribeLocalEvent<CP14ReligionVisionComponent, ComponentRemove>(OnOverlayRemove);
}
protected override void SendMessageToGods(ProtoId<CP14ReligionPrototype> religion, string msg, EntityUid source) { }
public override void SendMessageToGods(ProtoId<CP14ReligionPrototype> religion, string msg, EntityUid source) { }
public override void Shutdown()
{