diff --git a/game.cpp b/game.cpp index 25f673ab..97e4d2c3 100644 --- a/game.cpp +++ b/game.cpp @@ -6505,6 +6505,9 @@ int ambushSize(cell *c, eItem what) { if(ambushval) return ambushval; switch(what) { + case itCompass: + return 0; + case itHunting: return min(min(qty, max(33-qty, 6)), 15);