added cards.
This commit is contained in:
@@ -24,3 +24,6 @@
|
||||
(actions/remove-item entities flask-1)
|
||||
(actions/give entities flask-1-with-mushrooms)
|
||||
(actions/talk entities :ego "I'll just put a few of these in here."))}})
|
||||
|
||||
(def cards {:name "Warlock's Tower cards" :value :cards :cursor :cards})
|
||||
(def cheat-deck {:name "Warlock's Tower cheat deck" :value :cheat-deck :cursor :cheat-deck})
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
[advent.zone :as zone]
|
||||
[advent.utils :as utils]
|
||||
[advent.screens.rooms :as rooms]
|
||||
[advent.screens.items :as items]
|
||||
[advent.screens.rooms.outside-house :as rooms.outside-house]
|
||||
[advent.screens.rooms.inside-house :as rooms.inside-house]
|
||||
[advent.screens.rooms.inside-castle :as rooms.inside-castle]
|
||||
@@ -163,7 +164,7 @@
|
||||
{:rooms rooms
|
||||
:state {:object nil
|
||||
:active? true
|
||||
:inventory []}
|
||||
:inventory [items/cheat-deck items/cards]}
|
||||
:actions {:object nil
|
||||
:channel (chan)
|
||||
:current nil
|
||||
|
||||
Reference in New Issue
Block a user