Skip to content

Commit

Permalink
feat: cambion cycle timeLeft
Browse files Browse the repository at this point in the history
closes #329
  • Loading branch information
TobiTenno committed Oct 14, 2021
1 parent 2129eec commit 7ebbb5b
Show file tree
Hide file tree
Showing 43 changed files with 2 additions and 2,711 deletions.
2 changes: 2 additions & 0 deletions lib/CambionCycle.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const WorldstateObject = require('./WorldstateObject');
/**
* Represents the current Cambion Drift Fass/Vome Cycle
* @extends {WorldstateObject}
* @property {string} timeLeft time rendering of amount of time left
*/
module.exports = class CambionCycle extends WorldstateObject {
/**
Expand All @@ -18,6 +19,7 @@ module.exports = class CambionCycle extends WorldstateObject {
({
activation: this.activation,
expiry: this.expiry,
timeLeft: this.timeLeft,
} = cetusCycle);

this.active = cetusCycle.isDay ? 'fass' : 'vome';
Expand Down
64 changes: 0 additions & 64 deletions types/lib/Alert.d.ts

This file was deleted.

64 changes: 0 additions & 64 deletions types/lib/CetusCycle.d.ts

This file was deleted.

44 changes: 0 additions & 44 deletions types/lib/ChallengeInstance.d.ts

This file was deleted.

93 changes: 0 additions & 93 deletions types/lib/ConclaveChallenge.d.ts

This file was deleted.

25 changes: 0 additions & 25 deletions types/lib/ConstructionProgress.d.ts

This file was deleted.

Loading

0 comments on commit 7ebbb5b

Please sign in to comment.