Skip to content

Instantly share code, notes, and snippets.

@logalleon
Created October 1, 2018 19:09
Show Gist options
  • Save logalleon/f71e941633274d19d402a51e10e0eb0c to your computer and use it in GitHub Desktop.
Save logalleon/f71e941633274d19d402a51e10e0eb0c to your computer and use it in GitHub Desktop.
enum DwarfStatus {
NO_JOB = 'NO_JOB',
NO_DESTINATION = 'NO_DESTINATION',
SLEEPING = 'SLEEPING',
ACTIVE = 'ACTIVE',
LEGENDARY = 'LEGENDARY',
HUNGRY = 'HUNGRY',
THIRSTY = 'THIRSTY',
DROWSY = 'DROWSY',
MADNESS = 'MADNESS',
DISTRACTED = 'DISTRACTED',
ON_FIRE = 'ON_FIRE',
MARTIAL_TRANCE = 'MARTIAL_TRANCE',
PERFORMING = 'PERFORMING',
STUNNED = 'STUNNED',
NAUSEA = 'NAUSEA'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment