module Core::Game::Spells

Public Class Methods

cold() click to toggle source
# File lib/def/spells.rb, line 12
def self.cold
  puts("cold")
end
heat() click to toggle source
# File lib/def/spells.rb, line 8
def self.heat
  puts("heat")
end
stop_bleed() click to toggle source
# File lib/def/spells.rb, line 4
def self.stop_bleed
  puts("stop_bleed")
end