Skip to content

Commit

Permalink
Change event time
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien committed Dec 19, 2018
1 parent bd6a2ad commit 6415776
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions PralineServer/Server/Room/MapEvent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,9 @@ public MapEvent() {
_events = new List<Event> {
new Event(0, 0, StartTrain),
new Event(120, 0, OpenAccessZone),
new Event(0, 0, StartingPlasmaZone),
//new Event(0, RadiusZone[1].Duration, MovingPlasmaZone),
new Event(360, 0, OpenAccessZone),
new Event(540, 0, StartingPlasmaZone),
//new Event(540, RadiusZone[2].Duration, MovingPlasmaZone)
new Event(180, 0, StartingPlasmaZone),
new Event(300, 0, OpenAccessZone),
new Event(360, 0, StartingPlasmaZone),
};

_currentZoneIndex = 1;
Expand Down

0 comments on commit 6415776

Please sign in to comment.