mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-15 19:46:38 +00:00
Moving attack_hand for larva+humanoid to alien/attack_hand() in alien_defense to handle both. Changing weaken() to paralyze() in alien/attack_hand() in hulk and disarm section because weaken fails on aliens. lowered alien bite damage on alien to just 1 in all cases, instead of rand(1,3) for humanoid->humanoid. Added alien/attack_hand() to handle both larva and humanoid, with override in the children. Adding a death message for the larva. Attack_paw for aliens: handled in alien/attack_paw() and overridden in children. Attack_animal for aliens: handled in alien/attack_animal() in alien_defense.dm Added attack logs where missing.