added cards.

This commit is contained in:
2014-10-27 07:24:33 -07:00
parent 85500c3e77
commit af9f8fbd1e
4 changed files with 6 additions and 2 deletions

View File

@@ -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})

View File

@@ -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