uhandedness follow-up

boomerang trajectory
bones
This commit is contained in:
nhmall
2023-12-02 20:25:37 -05:00
parent fe2d8faed9
commit 7d22a2c7b9
5 changed files with 48 additions and 3 deletions

View File

@@ -1790,6 +1790,8 @@ pickup_object(
if (uwep && uwep == obj)
gm.mrg_to_wielded = TRUE;
pickup_prinv(obj, count, "lifting");
if (obj->ghostly)
fix_ghostly_obj(obj);
gm.mrg_to_wielded = FALSE;
return 1;
}