aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-07-18 15:42:11 +0200
committermetamuffin <metamuffin@disroot.org>2024-07-18 15:42:11 +0200
commit5f883c80e7fc63c97910d003c44aea814ab8a5d6 (patch)
treeb73a8c8f78db103671128e686136f08aa276923a /data
parentefc29c03f7be043ae8d037a93efce8cfa7c384cc (diff)
downloadhurrycurry-5f883c80e7fc63c97910d003c44aea814ab8a5d6.tar
hurrycurry-5f883c80e7fc63c97910d003c44aea814ab8a5d6.tar.bz2
hurrycurry-5f883c80e7fc63c97910d003c44aea814ab8a5d6.tar.zst
reimplement customers as entity
Diffstat (limited to 'data')
-rw-r--r--data/maps/5star.yaml3
-rw-r--r--data/maps/auto_sushi.yaml3
-rw-r--r--data/maps/bar.yaml3
-rw-r--r--data/maps/bbq.yaml3
-rw-r--r--data/maps/bus.yaml3
-rw-r--r--data/maps/conveyors_dot_com.yaml3
-rw-r--r--data/maps/debug.yaml3
-rw-r--r--data/maps/depot.yaml3
-rw-r--r--data/maps/duplex.yaml3
-rw-r--r--data/maps/junior.yaml3
-rw-r--r--data/maps/line.yaml3
-rw-r--r--data/maps/lobby.yaml3
-rw-r--r--data/maps/rivalry.yaml3
-rw-r--r--data/maps/senior.yaml3
-rw-r--r--data/maps/smallest.yaml3
-rw-r--r--data/maps/sophomore.yaml3
-rw-r--r--data/maps/station.yaml3
-rw-r--r--data/maps/sushibar.yaml3
-rw-r--r--data/maps/teeny.yaml3
-rw-r--r--data/maps/village.yaml3
-rw-r--r--data/maps/zigzag.yaml3
21 files changed, 63 insertions, 0 deletions
diff --git a/data/maps/5star.yaml b/data/maps/5star.yaml
index 87d8d00d..f74b518f 100644
--- a/data/maps/5star.yaml
+++ b/data/maps/5star.yaml
@@ -81,6 +81,9 @@ items:
"p": plate
"f": foodprocessor
+entities:
+ - !customers
+
chef_spawn: "~"
customer_spawn: "!"
diff --git a/data/maps/auto_sushi.yaml b/data/maps/auto_sushi.yaml
index 85384e42..0635b762 100644
--- a/data/maps/auto_sushi.yaml
+++ b/data/maps/auto_sushi.yaml
@@ -82,6 +82,9 @@ items:
"p": plate
"f": foodprocessor
+entities:
+ - !customers
+
chef_spawn: "~"
customer_spawn: "!"
diff --git a/data/maps/bar.yaml b/data/maps/bar.yaml
index 3c0ffdcf..82b20538 100644
--- a/data/maps/bar.yaml
+++ b/data/maps/bar.yaml
@@ -65,6 +65,9 @@ items:
"p": plate
"f": foodprocessor
+entities:
+ - !customers
+
chef_spawn: "~"
customer_spawn: "!"
diff --git a/data/maps/bbq.yaml b/data/maps/bbq.yaml
index cc9b5429..b3e8e0a0 100644
--- a/data/maps/bbq.yaml
+++ b/data/maps/bbq.yaml
@@ -62,6 +62,9 @@ items:
"p": plate
"f": foodprocessor
+entities:
+ - !customers
+
chef_spawn: "~"
customer_spawn: "~"
diff --git a/data/maps/bus.yaml b/data/maps/bus.yaml
index 041c7d25..2fb04afb 100644
--- a/data/maps/bus.yaml
+++ b/data/maps/bus.yaml
@@ -92,6 +92,9 @@ items:
"p": plate
"f": foodprocessor
+entities:
+ - !customers
+
chef_spawn: "~"
customer_spawn: "~"
diff --git a/data/maps/conveyors_dot_com.yaml b/data/maps/conveyors_dot_com.yaml
index 7953505e..c8bae912 100644
--- a/data/maps/conveyors_dot_com.yaml
+++ b/data/maps/conveyors_dot_com.yaml
@@ -85,6 +85,9 @@ items:
"p": plate
"f": foodprocessor
+entities:
+ - !customers
+
chef_spawn: "~"
customer_spawn: "!"
diff --git a/data/maps/debug.yaml b/data/maps/debug.yaml
index 8581e1a6..74e445ad 100644
--- a/data/maps/debug.yaml
+++ b/data/maps/debug.yaml
@@ -63,6 +63,9 @@ items:
"p": plate
"f": foodprocessor
+entities:
+ - !customers
+
chef_spawn: "~"
customer_spawn: "!"
diff --git a/data/maps/depot.yaml b/data/maps/depot.yaml
index 622a318f..ed307f4b 100644
--- a/data/maps/depot.yaml
+++ b/data/maps/depot.yaml
@@ -86,6 +86,9 @@ items:
"p": plate
"f": foodprocessor
+entities:
+ - !customers
+
chef_spawn: "~"
customer_spawn: "!"
diff --git a/data/maps/duplex.yaml b/data/maps/duplex.yaml
index 23a2f685..ebbd54e2 100644
--- a/data/maps/duplex.yaml
+++ b/data/maps/duplex.yaml
@@ -86,6 +86,9 @@ items:
"p": plate
"f": foodprocessor
+entities:
+ - !customers
+
chef_spawn: "~"
customer_spawn: "~"
diff --git a/data/maps/junior.yaml b/data/maps/junior.yaml
index d3ed31c7..5807eb70 100644
--- a/data/maps/junior.yaml
+++ b/data/maps/junior.yaml
@@ -68,6 +68,9 @@ items:
chef_spawn: "~"
customer_spawn: "!"
+entities:
+ - !customers
+
walkable:
- door
- floor
diff --git a/data/maps/line.yaml b/data/maps/line.yaml
index acc596e9..0980b741 100644
--- a/data/maps/line.yaml
+++ b/data/maps/line.yaml
@@ -56,6 +56,9 @@ items:
chef_spawn: "~"
customer_spawn: "!"
+entities:
+ - !customers
+
walkable:
- door
- floor
diff --git a/data/maps/lobby.yaml b/data/maps/lobby.yaml
index 36153bfa..ead5b182 100644
--- a/data/maps/lobby.yaml
+++ b/data/maps/lobby.yaml
@@ -47,6 +47,9 @@ items:
"t": tomato-soup-plate
"T": bread-slice-plate
+entities:
+ - !customers
+
chef_spawn: "~"
customer_spawn: "!"
diff --git a/data/maps/rivalry.yaml b/data/maps/rivalry.yaml
index 35fc82b9..3d68b2f8 100644
--- a/data/maps/rivalry.yaml
+++ b/data/maps/rivalry.yaml
@@ -61,6 +61,9 @@ items:
"p": plate
"f": foodprocessor
+entities:
+ - !customers
+
chef_spawn: "~"
customer_spawn: "~"
diff --git a/data/maps/senior.yaml b/data/maps/senior.yaml
index d4e626e7..a9b142d5 100644
--- a/data/maps/senior.yaml
+++ b/data/maps/senior.yaml
@@ -65,6 +65,9 @@ items:
"p": plate
"f": foodprocessor
+entities:
+ - !customers
+
chef_spawn: "~"
customer_spawn: "!"
diff --git a/data/maps/smallest.yaml b/data/maps/smallest.yaml
index 5c1153f3..793540f8 100644
--- a/data/maps/smallest.yaml
+++ b/data/maps/smallest.yaml
@@ -50,6 +50,9 @@ items:
"p": plate
"f": foodprocessor
+entities:
+ - !customers
+
chef_spawn: "~"
customer_spawn: "~"
diff --git a/data/maps/sophomore.yaml b/data/maps/sophomore.yaml
index b376019f..8e0888aa 100644
--- a/data/maps/sophomore.yaml
+++ b/data/maps/sophomore.yaml
@@ -62,6 +62,9 @@ items:
"p": plate
"f": foodprocessor
+entities:
+ - !customers
+
chef_spawn: "~"
customer_spawn: "!"
diff --git a/data/maps/station.yaml b/data/maps/station.yaml
index 0e08c6c6..b4c6f2a0 100644
--- a/data/maps/station.yaml
+++ b/data/maps/station.yaml
@@ -68,6 +68,9 @@ items:
"p": plate
"f": foodprocessor
+entities:
+ - !customers
+
chef_spawn: "~"
customer_spawn: "!"
diff --git a/data/maps/sushibar.yaml b/data/maps/sushibar.yaml
index 3dee515a..846e756a 100644
--- a/data/maps/sushibar.yaml
+++ b/data/maps/sushibar.yaml
@@ -71,6 +71,9 @@ items:
"g": glass
"f": foodprocessor
+entities:
+ - !customers
+
chef_spawn: "~"
customer_spawn: "!"
diff --git a/data/maps/teeny.yaml b/data/maps/teeny.yaml
index 2254c5a7..934eae00 100644
--- a/data/maps/teeny.yaml
+++ b/data/maps/teeny.yaml
@@ -63,6 +63,9 @@ items:
"p": plate
"f": foodprocessor
+entities:
+ - !customers
+
chef_spawn: "~"
customer_spawn: "~"
diff --git a/data/maps/village.yaml b/data/maps/village.yaml
index b04a6a20..66040d6d 100644
--- a/data/maps/village.yaml
+++ b/data/maps/village.yaml
@@ -74,6 +74,9 @@ items:
"p": plate
"f": foodprocessor
+entities:
+ - !customers
+
chef_spawn: "~"
customer_spawn: "!"
diff --git a/data/maps/zigzag.yaml b/data/maps/zigzag.yaml
index 2445c15a..43612ac9 100644
--- a/data/maps/zigzag.yaml
+++ b/data/maps/zigzag.yaml
@@ -77,6 +77,9 @@ items:
"p": plate
"f": foodprocessor
+entities:
+ - !customers
+
chef_spawn: "~"
customer_spawn: "!"