From 8fc2014f3aaed109211b85f5be08395c950d2636 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 4 Jan 2023 12:31:06 -0300 Subject: Fix typo reported by ThinkSome --- npc/003-3/malindou.txt | 1 + npc/020-5/bracco.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index e6d1c03b0..6d0736a19 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -697,6 +697,7 @@ OnInit: htput($@CONTRIBUTORS, "yuckfou", 10); htput($@CONTRIBUTORS, "kytty", 10); htput($@CONTRIBUTORS, "ledmitz", 10); + htput($@CONTRIBUTORS, "ThinkSome", 6); htput($@CONTRIBUTORS, "liangtai", 4); htput($@CONTRIBUTORS, "demure", 2); htput($@CONTRIBUTORS, "seeds", 2); diff --git a/npc/020-5/bracco.txt b/npc/020-5/bracco.txt index 9c489756c..1081f8e48 100644 --- a/npc/020-5/bracco.txt +++ b/npc/020-5/bracco.txt @@ -167,7 +167,7 @@ if (.@overid == SilverMirror) .@elv = rand2(30); else - .@elv = getiteminfo(.@overid, ITEMINFO_ELV); + .@elv = getiteminfo(.@id, ITEMINFO_ELV); .@ammo = any( (.@elv < 12 ? 0 : 1), (.@elv < 7 ? 0 : 1), -- cgit v1.2.3-60-g2f50