Skip to content

Commit

Permalink
Fixes Ranged Roach Attack Speed
Browse files Browse the repository at this point in the history
Decreases ranged attack speed of roaches by 80%. No more MG roaches
  • Loading branch information
CharlesWedge authored Sep 29, 2024
1 parent 4c5ef7f commit 7343541
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@

armor_type = /datum/armor/physiology/roach/atomar

base_attack_cooldown = 4
base_attack_cooldown = 2 SECONDS
projectiletype = /obj/projectile/energy/blob/toxic
projectilesound = 'sound/effects/slime_squish.ogg'

Expand Down Expand Up @@ -426,7 +426,7 @@
taser_kill = 0
armor_type = /datum/armor/physiology/roach/strahland

base_attack_cooldown = 4
base_attack_cooldown = 2 SECONDS
projectiletype = /obj/projectile/energy/dart

ai_holder_type = /datum/ai_holder/polaris/simple_mob/ranged/kiting
Expand Down

0 comments on commit 7343541

Please sign in to comment.