Skip to content

Instantly share code, notes, and snippets.

@thealmikey
Last active January 21, 2020 02:51
Show Gist options
  • Save thealmikey/1a3cbf6bbc9d339d70c667474c7258ba to your computer and use it in GitHub Desktop.
Save thealmikey/1a3cbf6bbc9d339d70c667474c7258ba to your computer and use it in GitHub Desktop.
regularMike.emotionalState.transition(HumanAction.GiveTherapy)
println(regularMike.emotionalState.state)
//Goodwork report
// HumanState$Bored@28c97a5
regularMike.emotionalState.transition(HumanAction.GiveTherapy)
println(regularMike.emotionalState.state)
//Goodwork report
// HumanState$Happy@736e9adb
regularMike.emotionalState.transition(HumanAction.GiveTherapy)
println(regularMike.emotionalState.state)
// Goodwork report
// HumanState$PureBliss@23ab930d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment