diff options
| author | CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> | 2024-08-26 18:17:54 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-26 08:17:54 +0000 |
| commit | 0ecd1398ef3f8fec0ffad528336749aadea76662 (patch) | |
| tree | eec07ac1b9dbe3417b517650e12b74ec7fc2e593 | |
| parent | fd850c7cf95933df709b78b575e9fe20635baf03 (diff) | |
| download | NotEnoughUpdates-REPO-0ecd1398ef3f8fec0ffad528336749aadea76662.tar.gz NotEnoughUpdates-REPO-0ecd1398ef3f8fec0ffad528336749aadea76662.tar.bz2 NotEnoughUpdates-REPO-0ecd1398ef3f8fec0ffad528336749aadea76662.zip | |
fix not chicken monster (#1328)
| -rw-r--r-- | items/NOT_CHICKEN_MONSTER.json | 7 |
1 files changed, 6 insertions, 1 deletions
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", |
