From c9e54f0a628527b4fe106e498427944b8c80f490 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Thu, 14 Aug 2025 12:56:31 -0500 Subject: [PATCH] fix contradiction in comment --- src/game/boe.monster.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/boe.monster.cpp b/src/game/boe.monster.cpp index e8ff3796..8e1d0e61 100644 --- a/src/game/boe.monster.cpp +++ b/src/game/boe.monster.cpp @@ -822,7 +822,7 @@ void monst_inflict_fields(short which_monst) { which_m = &univ.town.monst[which_monst]; bool have_radiate = which_m->abil[eMonstAbil::RADIATE].active; eFieldType which_radiate = which_m->abil[eMonstAbil::RADIATE].radiate.type; - // Judgment call: big monsters shouldn't only get damaged once per damage type if they're on + // Judgment call: big monsters should only get damaged once per damage type if they're on // multiple of the same field. (Except webs.) bool quickfire = false; bool blade_wall = false;