summaryrefslogtreecommitdiff
path: root/src/enums/resources/itemsoundevent.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-07-14 18:38:06 +0300
committerAndrei Karas <akaras@inbox.ru>2015-07-14 20:11:10 +0300
commit21d0f7cd7b0d8474f1043ae4f283a58ea6d8b352 (patch)
treec72ace46fabdfd0b83b1cd3b9c5efd89e462da1d /src/enums/resources/itemsoundevent.h
parenta442a20199c27838604da514ffc67ae87d4f8433 (diff)
downloadplus-21d0f7cd7b0d8474f1043ae4f283a58ea6d8b352.tar.gz
plus-21d0f7cd7b0d8474f1043ae4f283a58ea6d8b352.tar.bz2
plus-21d0f7cd7b0d8474f1043ae4f283a58ea6d8b352.tar.xz
plus-21d0f7cd7b0d8474f1043ae4f283a58ea6d8b352.zip
Add card item type.
Diffstat (limited to 'src/enums/resources/itemsoundevent.h')
-rw-r--r--src/enums/resources/itemsoundevent.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/enums/resources/itemsoundevent.h b/src/enums/resources/itemsoundevent.h
index 5b9a4157b..714ba311b 100644
--- a/src/enums/resources/itemsoundevent.h
+++ b/src/enums/resources/itemsoundevent.h
@@ -39,7 +39,8 @@ namespace ItemSoundEvent
PUT, // put into container
EQUIP,
UNEQUIP,
- USE
+ USE,
+ USECARD
};
} // namespace ItemSoundEvent