diff options
-rw-r--r-- | npc/003-3/malindou.txt | 1 | ||||
-rw-r--r-- | npc/020-5/bracco.txt | 2 |
2 files changed, 2 insertions, 1 deletions
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), |