15 lines
496 B
Go
15 lines
496 B
Go
package inc
|
|
|
|
// samizdatPress is a 💡 suggestion: the Resistance's physical node — parody
|
|
// BVK databases, underground publications, a P2P node humming in the cellar.
|
|
// The samizdat intellectuals are the first to write down that the world is
|
|
// slipping (wiki: entities#potenciális-további-helyszínek).
|
|
func screenSamizdatPress() screen {
|
|
return screen{
|
|
name: ScreenSamizdatPress,
|
|
title: "SAMIZDAT PRINTING HOUSE",
|
|
background: BgSamizdatPress,
|
|
onSelector: true,
|
|
}
|
|
}
|