mirror of
https://github.com/He4eT/yet-another-experiment.git
synced 2026-05-05 00:57:22 +00:00
25 lines
616 B
Raku
25 lines
616 B
Raku
advertisingDisplay: Decoration, Fixture
|
|
'bright lcd screen/display/monitor'
|
|
'bright lcd display'
|
|
" Huge and bright display mounted on the wall.
|
|
<br>Images changes one by another.<.p>
|
|
On the screen you see "
|
|
|
|
location = yellowRoom
|
|
|
|
dobjFor (Examine) {
|
|
action () {
|
|
inherited;
|
|
clips.doScript();
|
|
"<.p>";
|
|
}
|
|
}
|
|
|
|
clips: ShuffledEventList {[
|
|
'a bunch of different hieroglyphics on white background.',
|
|
'a glitched commercial of some drinks.',
|
|
'shuffled cuts from some softcore video.',
|
|
'some strange, unrelated words.',
|
|
'neat columns of hieroglyphs.'
|
|
]}
|
|
;
|