17 lines
525 B
Go
17 lines
525 B
Go
package inc
|
|
|
|
// hackerspace: the community workshop at the edge of the Mission, printers and
|
|
// stripped servers and paranoid amateur cryptographers. Where the server-farm
|
|
// access tape can be had (wiki: entities#helyszinek, timeline 24).
|
|
//
|
|
// The wiki's graph gives it no physical neighbour, so it hangs off the
|
|
// selector like every other main location.
|
|
func screenHackerspace() screen {
|
|
return screen{
|
|
name: ScreenHackerspace,
|
|
title: "HACKERSPACE",
|
|
background: BgHackerspace,
|
|
onSelector: true,
|
|
}
|
|
}
|