Skip to content

Commit

Permalink
Update mecha_defense.dm (#11090)
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerfulBacon authored Jun 19, 2024
1 parent e58d3b1 commit 4597df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/vehicles/mecha/mecha_defense.dm
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
/obj/vehicle/sealed/mecha/attack_alien(mob/living/user)
log_message("Attack by alien. Attacker - [user].", LOG_MECHA, color="red")
playsound(src.loc, 'sound/weapons/slash.ogg', 100, 1)
attack_generic(user, user.melee_damage, BRUTE, MELEE, 0)
attack_generic(user, 20, BRUTE, MELEE, 0)

/obj/vehicle/sealed/mecha/attack_animal(mob/living/simple_animal/user)
log_message("Attack by simple animal. Attacker - [user].", LOG_MECHA, color="red")
Expand Down

0 comments on commit 4597df4

Please sign in to comment.