changes: fixed Orb of Impact

This commit is contained in:
Zeno Rogue 2020-03-07 23:52:25 +01:00
parent b05f1759c9
commit a8d2b97c27
1 changed files with 1 additions and 0 deletions

View File

@ -1119,6 +1119,7 @@ EX void apply_impact(cell *c) {
if(!c1->monst) continue;
if(isMultitile(c1->monst)) continue;
addMessage(XLAT("You stun %the1!", c1->monst));
changes.ccell(c1);
c1->stuntime = min(c1->stuntime + 5, 7);
checkStunKill(c1);
}