From 44be6bc58376f0cdc11417adc5040d3c902279de Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 27 Feb 2020 19:54:18 +0100 Subject: [PATCH] inv:: multiplicity for Orb of Impact --- inventory.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/inventory.cpp b/inventory.cpp index bbdc3be0..3f75959d 100644 --- a/inventory.cpp +++ b/inventory.cpp @@ -75,6 +75,7 @@ EX namespace inv { if(orb == itOrbRecall) return 6; if(orb == itOrbDigging) return 6; if(orb == itOrbGravity) return 6; + if(orb == itOrbImpact) return 6; if(orb == itOrbTime) return 5; if(orb == itOrbAir) return 5;