ambush sizes

This commit is contained in:
Zeno Rogue 2020-03-05 18:48:11 +01:00
parent 229b3b812e
commit 6e3e9e3eca
1 changed files with 5 additions and 0 deletions

View File

@ -703,8 +703,13 @@ EX int size(cell *c, eItem what) {
case itOrbFreedom:
return restricted ? 10 : 60;
case itOrbImpact:
case itOrbPlague:
return 10;
case itOrbThorns:
case itOrb37:
case itOrbChaos:
return 20;
case itOrbLava: