14 lines
459 B
Go
14 lines
459 B
Go
package inc
|
|
|
|
// curatorShop is a 💡 suggestion: the last workshop of the declining curators'
|
|
// guild — quartz tuning, tape repair, craft handed down for generations. The
|
|
// man who built Paul's second slot (wiki: entities#potenciális-további-helyszínek).
|
|
func screenCuratorShop() screen {
|
|
return screen{
|
|
name: ScreenCuratorShop,
|
|
title: "CURATOR SERVICE — THE MASTER'S WORKSHOP",
|
|
background: BgCuratorShop,
|
|
onSelector: true,
|
|
}
|
|
}
|