From 0ecd1398ef3f8fec0ffad528336749aadea76662 Mon Sep 17 00:00:00 2001 From: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> Date: Mon, 26 Aug 2024 18:17:54 +1000 Subject: fix not chicken monster (#1328) --- items/NOT_CHICKEN_MONSTER.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'items') diff --git a/items/NOT_CHICKEN_MONSTER.json b/items/NOT_CHICKEN_MONSTER.json index 846a3e2b..e460b718 100644 --- a/items/NOT_CHICKEN_MONSTER.json +++ b/items/NOT_CHICKEN_MONSTER.json @@ -21,7 +21,12 @@ "level": 1, "combat_xp": 0, "drops": [ - "METAPHORIC_EGG:1" + { + "id": "METAPHORIC_EGG:1", + "extra": [ + "Drops a Metaphoric Egg when shot with a Berberis Blowgun midair" + ] + } ], "render": "Chicken", "panorama": "rift", -- cgit