Spaces:
Runtime error
Runtime error
Commit
·
c245dc5
1
Parent(s):
b1ecc22
fix typo
Browse files- src/app/games/dungeon.ts +1 -1
src/app/games/dungeon.ts
CHANGED
@@ -52,7 +52,7 @@ const inventory: InventoryItem[] = [
|
|
52 |
name: "axe",
|
53 |
title: "Axe",
|
54 |
caption: "",
|
55 |
-
description: "A good dwarf is nothing without
|
56 |
},
|
57 |
{
|
58 |
name: "box",
|
|
|
52 |
name: "axe",
|
53 |
title: "Axe",
|
54 |
caption: "",
|
55 |
+
description: "A good dwarf is nothing without his axe!"
|
56 |
},
|
57 |
{
|
58 |
name: "box",
|