move all background colors into location groups
This commit is contained in:
parent
158ed72b3b
commit
25989836a3
3 changed files with 62 additions and 6 deletions
|
@ -77,7 +77,6 @@ abstract class Location {
|
|||
public: bool
|
||||
can_search: bool
|
||||
can_describe: bool
|
||||
color: str
|
||||
}
|
||||
|
||||
abstract class SpecificLocation {
|
||||
|
@ -95,7 +94,7 @@ class LocationGroupCategory {
|
|||
}
|
||||
|
||||
class LocationGroup {
|
||||
|
||||
color: str
|
||||
}
|
||||
LocationGroup --|> Location
|
||||
SpecificLocation "*" --o "*" LocationGroup: groups
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue