Dialogue tweaks
This commit is contained in:
@ -55,18 +55,16 @@ menubutton:active {
|
||||
|
||||
flow.dialogue-container {
|
||||
fill-width: true;
|
||||
height: 20;
|
||||
min-height: 20;
|
||||
layout: vertical;
|
||||
}
|
||||
|
||||
dialogue-box {
|
||||
fill-width: true;
|
||||
height: 20;
|
||||
/* background: tile("ui.png", 5, 5); */
|
||||
/* background-tile-pos: 1 1; */
|
||||
background: blue;
|
||||
padding: 10;
|
||||
alpha: 0.9;
|
||||
min-height: 20;
|
||||
}
|
||||
|
||||
dialogue-options {
|
||||
|
||||
@ -1,16 +1,20 @@
|
||||
title: Room:quarters
|
||||
---
|
||||
<<declare $roll = 0>>
|
||||
<<declare $quartersIntroSeen = false>>
|
||||
<<declare $hangarKeyFound = false>>
|
||||
<<declare $sleepingMatSetUp = false>>
|
||||
<<if not $quartersIntroSeen>>
|
||||
You: It's the crew quarters.
|
||||
You: Well, it will be. Set-up hasn't started yet.
|
||||
You: That was meant to be one of my first jobs after defrost...
|
||||
You: ...but it doesn't exactly seem like a priority now.
|
||||
<<set $quartersIntroSeen to true>>
|
||||
<<endif>>
|
||||
You: Maybe there's something useful here?
|
||||
-> Search the lockers (perception) <<if not $hangarKeyFound>>
|
||||
<<set $roll to dice(6)>>
|
||||
<<if $roll > 2>>
|
||||
<<if $roll > 0>>
|
||||
You: Aha! A small piece of paper with the **hangar access code**.
|
||||
<<room hangar>>
|
||||
<<set $hangarKeyFound to true>>
|
||||
|
||||
Reference in New Issue
Block a user