no more ambushes on compasses (matters in HG)

This commit is contained in:
Zeno Rogue 2019-01-17 00:55:23 +01:00
parent 5ec818a820
commit b751fa56c6
1 changed files with 3 additions and 0 deletions

View File

@ -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);