mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 00:38:21 +00:00
Correct typo in ::objectinfo and print width and height, format command.rb.
This commit is contained in:
@@ -14,4 +14,14 @@ class Hash
|
||||
keys.each { |key| return false unless has_key?(key) }
|
||||
return true
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
class Player
|
||||
|
||||
# Returns whether or not the player's
|
||||
def has_level(skill, level)
|
||||
return skill_set.get_skill(skill).current_level >= level
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user