entity_spell_system/inventory
Relintai a4554f5bf7 -Removed the fail cond from Bag::get_item.
-Removed the bag include from item template.
2019-09-27 16:35:55 +02:00
..
bag.cpp -Removed the fail cond from Bag::get_item. 2019-09-27 16:35:55 +02:00
bag.h Implemented Bags, and added a InteractionType enum. 2019-09-16 21:57:55 +02:00
grid_bag.cpp The bag is now scriptable. 2019-08-14 15:52:23 +02:00
grid_bag.h The bag is now scriptable. 2019-08-14 15:52:23 +02:00
inventory.cpp Moved the inventory system into Player. Also Added a new inventory class, and renamed everything in playyer to use that instead of bag. 2019-08-16 02:24:32 +02:00
inventory.h Moved the inventory system into Player. Also Added a new inventory class, and renamed everything in playyer to use that instead of bag. 2019-08-16 02:24:32 +02:00
normal_bag.cpp The bag is now scriptable. 2019-08-14 15:52:23 +02:00
normal_bag.h The bag is now scriptable. 2019-08-14 15:52:23 +02:00