mirror of
https://github.com/He4eT/simple-tads-game.git
synced 2026-05-04 17:07:24 +00:00
Add potion
This commit is contained in:
parent
eeb63408bb
commit
a2ae664fcb
4 changed files with 24 additions and 0 deletions
2
index.t
2
index.t
|
|
@ -34,8 +34,10 @@ gameMain: GameMainDef
|
|||
#include "items/table.t"
|
||||
#include "items/oldDoor.t"
|
||||
#include "items/brokenDoor.t"
|
||||
#include "items/potion.t"
|
||||
|
||||
#include "characters/pc.t"
|
||||
#include "characters/dude.t"
|
||||
|
||||
#include "topics/gamedev.t"
|
||||
#include "topics/magic.t"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue