Skip to content

Instantly share code, notes, and snippets.

@igaiga
Created May 4, 2018 23:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igaiga/2848ba5fc648d871030ea0aaf6622177 to your computer and use it in GitHub Desktop.
Save igaiga/2848ba5fc648d871030ea0aaf6622177 to your computer and use it in GitHub Desktop.
module Hoimirable
def hoimi
@hp = [@hp + 20, @max_hp].min
end
end
class Sumaltria
include Hoimirable
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment