mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
Fixes armour penetration not working against mechs in melee. (#21265)
A deprecated variable in the apply_damage chain fucked up the variable order. --------- Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
/obj/effect/map_effect/window_spawner/attack_ghost()
|
||||
attack_generic()
|
||||
|
||||
/obj/effect/map_effect/window_spawner/attack_generic()
|
||||
/obj/effect/map_effect/window_spawner/attack_generic(mob/user, damage, attack_message, environment_smash, armor_penetration, attack_flags, damage_type)
|
||||
activate()
|
||||
|
||||
/obj/effect/map_effect/window_spawner/Initialize(mapload)
|
||||
|
||||
Reference in New Issue
Block a user