Skip to content

Commit

Permalink
quickly fiddles with fire rate? bipod is broken for whatever reason
Browse files Browse the repository at this point in the history
  • Loading branch information
KoishiVibe committed Apr 3, 2024
1 parent fd4815a commit a1064c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/projectiles/gun_attachables.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3404,6 +3404,7 @@ Defined in conflicts.dm of the #defines folder.
attach_icon = "bipod_m60_a"

flags_attach_features = ATTACH_ACTIVATION
delay_mod = FIRE_DELAY_TIER_1

/obj/item/attachable/bipod/vulture
name = "heavy bipod"
Expand Down
1 change: 1 addition & 0 deletions code/modules/projectiles/guns/misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
force = 25
flags_gun_features = GUN_WIELDED_FIRING_ONLY|GUN_CAN_POINTBLANK
gun_category = GUN_CATEGORY_HEAVY
fire_delay = FIRE_DELAY_TIER_9
attachable_allowed = list(
/obj/item/attachable/m60barrel,
/obj/item/attachable/bipod/m60,
Expand Down

0 comments on commit a1064c2

Please sign in to comment.