make sure end.c can place the bc

This commit is contained in:
nhmall
2019-06-04 21:46:08 -04:00
parent a65682f58e
commit cd86242502

View File

@@ -1041,7 +1041,8 @@ done_object_cleanup()
swallowed, uball and uchain will be in limbo; put them on floor swallowed, uball and uchain will be in limbo; put them on floor
so bones will have them and object list cleanup finds them */ so bones will have them and object list cleanup finds them */
if (uchain && uchain->where == OBJ_FREE) { if (uchain && uchain->where == OBJ_FREE) {
placebc(); /* placebc(); */
lift_covet_and_placebc(override_restriction);
} }
return; return;
} }