mirror of
https://github.com/He4eT/simple-tads-game.git
synced 2026-05-04 17:07:24 +00:00
Add strange island
This commit is contained in:
parent
39f24e3ad4
commit
f17409cc53
3 changed files with 11 additions and 2 deletions
|
|
@ -44,8 +44,8 @@ locker: LockableContainer, Fixture
|
|||
a fragment of the physical world amid the boundless,
|
||||
artificial cosmos, with only the faint static of data streams
|
||||
breaking the eerie silence.\b
|
||||
You arrived to the <b>Strange Island in the Middle Of Nowhere</b>";
|
||||
me.scriptedTravelTo(startingRoom);
|
||||
You arrived to the <b>Strange Island in the Middle Of Nowhere</b>. ";
|
||||
me.moveIntoForTravel(island);
|
||||
}
|
||||
}
|
||||
isListed = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue