buggy items are NAI

This commit is contained in:
Zeno Rogue 2018-05-01 00:21:51 +02:00
parent 67ad5f2f4b
commit d34d50c87c
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ int itemclass(eItem i) {
i == itDock || i == itRuins || i == itSwitch || i == itMagnet
)
return IC_TREASURE;
if(i == itSavedPrincess || i == itStrongWind || i == itWarning)
if(i == itSavedPrincess || i == itStrongWind || i == itWarning || i == itBuggy || i == itBuggy2)
return IC_NAI;
if(i == itKey || i == itOrbYendor || i == itGreenStone || i == itHolyGrail || i == itCompass ||
isElementalShard(i) || i == itRevolver || i == itInventory)