This commit is contained in:
Major
2016-03-14 08:40:53 +00:00
parent a59bbe68f6
commit bb5c75fa4a
+1 -1
View File
@@ -63,7 +63,7 @@ class ConsumeAction < Action
end
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