aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/maps/lobby.yaml2
-rw-r--r--data/recipes/default.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/lobby.yaml b/data/maps/lobby.yaml
index 912a144e..479e7061 100644
--- a/data/maps/lobby.yaml
+++ b/data/maps/lobby.yaml
@@ -49,7 +49,7 @@ tiles:
"█": wall
items:
- "1": plate:strawberry-icecream
+ "1": glass:strawberry-icecream
"2": plate:seared-patty,sliced-bun,sliced-lettuce,sliced-tomato
"3": plate:seared-steak
"4": plate:sliced-lettuce,sliced-tomato
diff --git a/data/recipes/default.js b/data/recipes/default.js
index edce63da..7c8f6f36 100644
--- a/data/recipes/default.js
+++ b/data/recipes/default.js
@@ -264,7 +264,7 @@ const strawberry_shake = either(
)
// Icecream
-edible(freeze(strawberry_shake).as("strawberry-icecream").tr(PL))
+edible(freeze(strawberry_shake.tr(GL)).as("strawberry-icecream"))
// Mochi
const rice_flour = process(rice.tr(FP)).as("rice-flour")