Line 1448 is incorrect model name for "pistolmaquahuitl"
was
itm.model = "maquahuitl_cursed";
There is no gm file in resources/ammo for this reference. I changed it to match the available one as follows:
itm.model = "maquahuitl";
was
itm.model = "maquahuitl_cursed";
There is no gm file in resources/ammo for this reference. I changed it to match the available one as follows:
itm.model = "maquahuitl";