Lockers with keypad

This commit is contained in:
He4eT 2020-03-19 23:16:10 +05:00
commit 9b9de07dae
4 changed files with 85 additions and 6 deletions

View file

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