This commit is contained in:
Major-
2014-02-24 08:02:33 +00:00
parent a325cd1d09
commit a5c95015b4
3 changed files with 6 additions and 8 deletions
+1
View File
@@ -50,6 +50,7 @@ class ConsumeAction < Action
def equals(other)
return (mob == other.mob && @consumable.id == other.consumable.id)
end
end
# Intercepts the first item option event and consumes the consumable, if necessary.