Created
April 22, 2015 22:06
-
-
Save demoth/cb4b45d13112a8bd5946 to your computer and use it in GitHub Desktop.
usable
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
case ItemType.USABLE: | |
if (item.quantity) { | |
item.effects*.apply this | |
item.quantity-- | |
} | |
if (!item.quantity) | |
inventory.remove item | |
break |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment