Where can I find the logs? And I did notice can't really "catch" the hammers but was just explaining that I was mashing C in preparation for the hammer to become pickable was when the crash happened.
Logs should be in /Library/Application Support/hamm/logs
/Library/Application Support/hamm/logs
edit: dont need logs, fixed! it was if health == 0 instead of if health <= 0.
if health == 0
if health <= 0