1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-01-01 21:10:35 +00:00

ambush sizes

This commit is contained in:
Zeno Rogue 2020-03-05 18:48:11 +01:00
parent 229b3b812e
commit 6e3e9e3eca

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: