mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-07 08:39:17 +00:00
Remove attribute decls from incorrect namespace
This commit is contained in:
@@ -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
|
|
||||||
Reference in New Issue
Block a user