Skip to content

Commit

Permalink
fix: changed name of cycle to match in-game name
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTenno committed Aug 29, 2020
1 parent b1f7527 commit 738ae66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/WorldState.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,13 +237,13 @@ class WorldState {
this.cetusCycle = new CetusCycle(cetusBountyEnd, deps);

/**
* Cambrion Drift Cycle
* Cambion Drift Cycle
* @type {Object}
* @property {string} active denotes the active sibling
* @property {Date} activation activation time
* @property {Date} expiry denotes when the current state dissipates
*/
this.cambrionCycle = {
this.cambionCycle = {
active: this.cetusCycle.isDay ? 'fass' : 'vome',
activation: this.cetusCycle.activation,
expiry: this.cetusCycle.expiry,
Expand Down

0 comments on commit 738ae66

Please sign in to comment.