mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-01-30 02:44:26 +00:00
Fixes a lot of bugs with Unarmed Attack logic. - You can not stomp while buckled now. - You can not kick while buckled now. - You can not bite while buckled now. - Fixes it so the click code can properly get to unarmed attack code now, allowing it to run it's proper checks to see if you can attack or not instead of just always returning false. - Changes some vars from 0 to FALSE where indicated. - Gets rid of some needless = FALSE when it was already on the parent - Fixes gloves increasing damage on anything other than punches.