move all background colors into location groups

This commit is contained in:
Laura Klünder 2017-07-13 13:32:06 +02:00
parent 158ed72b3b
commit 25989836a3
3 changed files with 62 additions and 6 deletions

View file

@ -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