Skip to content

Commit

Permalink
hivebot gun change (#3935)
Browse files Browse the repository at this point in the history
🆑
balance: burst fire hivebots now have more time between the shots in
their bursts
/🆑
  • Loading branch information
Erikafox authored Dec 29, 2024
1 parent 3c61bd8 commit 7052ea8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/mob/living/simple_animal/hostile/hivebot.dm
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
/mob/living/simple_animal/hostile/hivebot/ranged/rapid
ranged = TRUE
rapid = 3
rapid_fire_delay = 4
casingtype = /obj/item/ammo_casing/c57x39mm
projectilesound = 'sound/weapons/gun/smg/sidewinder.ogg'

Expand Down Expand Up @@ -140,6 +141,7 @@
casingtype = /obj/item/ammo_casing/mm712x82
projectilesound = 'sound/weapons/gun/rifle/hydra.ogg'
rapid = 3
rapid_fire_delay = 4

retreat_distance = 3
minimum_distance = 5
Expand Down

0 comments on commit 7052ea8

Please sign in to comment.