diff --git a/src/kernel/unit.c b/src/kernel/unit.c index 967ff5db5..716852651 100644 --- a/src/kernel/unit.c +++ b/src/kernel/unit.c @@ -890,7 +890,6 @@ void move_unit(unit * u, region * r, unit ** ulist) { assert(u && r); - assert(u->faction || !"this unit is dead"); if (u->region == r) return; if (!ulist)