mirror of
https://github.com/He4eT/yet-another-experiment.git
synced 2026-05-04 16:47:22 +00:00
Lockers with keypad
This commit is contained in:
parent
729e203744
commit
9b9de07dae
4 changed files with 85 additions and 6 deletions
14
experiment.t
14
experiment.t
|
|
@ -41,8 +41,16 @@ gameMain: GameMainDef
|
|||
";}
|
||||
;
|
||||
|
||||
/* */
|
||||
|
||||
#include "src/actor/pc.t"
|
||||
#include "src/action/repair.t"
|
||||
|
||||
#include "src/item/_bandage.t"
|
||||
#include "src/item/whitePanels.t"
|
||||
|
||||
/* rooms */
|
||||
|
||||
#include "src/room/orangeRoom.t"
|
||||
#include "src/room/orangeBathroom.t"
|
||||
#include "src/item/dentalFloss.t"
|
||||
|
|
@ -55,12 +63,8 @@ gameMain: GameMainDef
|
|||
|
||||
#include "src/room/pinkRoom.t"
|
||||
#include "src/item/labCoat.t"
|
||||
#include "src/item/lockers.t"
|
||||
|
||||
#include "src/room/redRoom.t"
|
||||
#include "src/item/dataCable.t"
|
||||
#include "src/actor/surgeryAssistant.t"
|
||||
|
||||
#include "src/action/repair.t"
|
||||
#include "src/item/_bandage.t"
|
||||
|
||||
#include "src/actor/pc.t"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue