summaryrefslogtreecommitdiff
path: root/src/rules/npcs.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/rules/npcs.rs')
-rw-r--r--src/rules/npcs.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rules/npcs.rs b/src/rules/npcs.rs
index b228454..7489b0a 100644
--- a/src/rules/npcs.rs
+++ b/src/rules/npcs.rs
@@ -146,6 +146,8 @@ impl Npc {
.unwrap_or(0)
<= rng.gen_range(1..=100)
{
+ // For now, just get a dummy item named after the item type.
+ // Later, we'll add the actual magic items.
self.magic_items.push(
MAGIC_ITEMS
.get(kind_string)