Remove attribute decls from incorrect namespace

This commit is contained in:
Gary Tierney
2015-12-24 05:13:34 +00:00
parent 04df65be4c
commit e5a2533a30
-2
View File
@@ -1,4 +1,3 @@
module CombatModule
## ##
# The delay a <i>Mob</i> must wait before attacking again. # The delay a <i>Mob</i> must wait before attacking again.
declare_attribute(:attack_delay, 0) declare_attribute(:attack_delay, 0)
@@ -26,4 +25,3 @@ module CombatModule
## ##
# An integer between 0 and 100 indicating the amount of special energy a <i>Player</i> has. # An integer between 0 and 100 indicating the amount of special energy a <i>Player</i> has.
declare_attribute(:special_energy, 100, :persistent) declare_attribute(:special_energy, 100, :persistent)
end