diff --git a/code/modules/projectiles/projectile/energy.dm b/code/modules/projectiles/projectile/energy.dm index 078855c15b..bd97f64737 100644 --- a/code/modules/projectiles/projectile/energy.dm +++ b/code/modules/projectiles/projectile/energy.dm @@ -215,21 +215,19 @@ name = "phase wave" icon_state = "phase" kill_count = 6 - damage = 50 //VOREStation Edit - //SA_bonus_damage = 45 // 50 total on animals //VOREStation Edit - No bonus damage - //SA_vulnerability = SA_ANIMAL //VOREStation Edit + damage = 5 + SA_bonus_damage = 45 // 50 total on animals + SA_vulnerability = SA_ANIMAL /obj/item/projectile/energy/phase/light kill_count = 4 - damage = 40 //VOREStation Edit - //SA_bonus_damage = 35 // 40 total on animals //VOREStation Edit + SA_bonus_damage = 35 // 40 total on animals /obj/item/projectile/energy/phase/heavy kill_count = 8 - damage = 60 //VOREStation Edit - //SA_bonus_damage = 55 // 60 total on animals //VOREStation Edit + SA_bonus_damage = 55 // 60 total on animals /obj/item/projectile/energy/phase/heavy/cannon kill_count = 10 - damage = 75 //VOREStation Edit - //SA_bonus_damage = 60 // 75 total on animals //VOREStation Edit \ No newline at end of file + damage = 15 + SA_bonus_damage = 60 // 75 total on animals