From 6e3e9e3ecaaa5823cd55f9b70970425d20226314 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 5 Mar 2020 18:48:11 +0100 Subject: [PATCH] ambush sizes --- complex2.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/complex2.cpp b/complex2.cpp index ce8b3244..90da4719 100644 --- a/complex2.cpp +++ b/complex2.cpp @@ -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: