feat: Rewrote inventory handling basing on ESCItems (#417)

Co-authored-by: Dennis Ploeger <develop@dieploegers.de>
This commit is contained in:
Dennis Ploeger
2021-10-21 21:56:25 +02:00
committed by GitHub
parent 0271046421
commit af26521d3d
35 changed files with 245 additions and 336 deletions

10
game/items/inventory/bottle.esc Executable file
View File

@@ -0,0 +1,10 @@
:look
say player "It's a bottle."
stop
:pickup
inventory_add r9_bottle
set_active r9_bottle_left false
set_active r9_bottle_middle false
set_active r9_bottle_right false