mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-06 08:40:03 +00:00
Fix #272
This commit is contained in:
@@ -63,7 +63,7 @@ class ConsumeAction < Action
|
|||||||
end
|
end
|
||||||
|
|
||||||
def equals(other)
|
def equals(other)
|
||||||
mob == other.mob && @consumable.type == other.consumable.type
|
get_class == other.get_class && mob == other.mob && @consumable.type == other.consumable.type
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user