Elin Decompiled Documentation EA 23.153 Nightly
Loading...
Searching...
No Matches
Zone_Exile.cs
Go to the documentation of this file.
1public class Zone_Exile : Zone_SubTown
2{
3 public override bool CanSpawnAdv => false;
4
5 public override void OnActivate()
6 {
7 if (EClass.game.quests.GetPhase<QuestNegotiationDarkness>() == 0)
8 {
10 }
11 }
12}
Definition: EClass.cs:5
static Game game
Definition: EClass.cs:8
QuestManager quests
Definition: Game.cs:179
Quest Get(string id)
override void OnActivate()
Definition: Zone_Exile.cs:5
override bool CanSpawnAdv
Definition: Zone_Exile.cs:3