25 lines
1.2 KiB
Plaintext
25 lines
1.2 KiB
Plaintext
mission "Quarg Dubstep"
|
|
invisible
|
|
landing
|
|
minor
|
|
repeat
|
|
source
|
|
attributes "ringworld"
|
|
to offer
|
|
random < 1
|
|
random < 10
|
|
on offer
|
|
conversation
|
|
`As soon as you land on <planet>, your speakers, which usually play hails, start blasting dubstep music. Your screen shows an image of a dancing Quarg. It must be some kind of Quarg teenage prank.`
|
|
action
|
|
music "quarg"
|
|
choice
|
|
`(Try to fix your speakers)`
|
|
`(Do not try to fix your speakers)`
|
|
goto "degenerate"
|
|
` You try to fix your speakers, but to no avail. Looks like the only way to stop hearing the music is to leave <planet>, so that you are far enough away from the broadcast to not hear it, and land again the next day, when hopefully the music will have stopped.`
|
|
decline
|
|
label "degenerate"
|
|
` You decide that you like dubstep music, so you make no effort to try to fix your speakers. You think that if you try to leave <planet>, you will be too far away from the broadcast in order to hear it, and the music will stop.`
|
|
decline
|