Skip to content

Commit

Permalink
hopefully this works if not(probably) i cry and scream and I'm going …
Browse files Browse the repository at this point in the history
…to bend beretta into a pretzel
  • Loading branch information
KoishiVibe committed Apr 4, 2024
1 parent aa837d9 commit aaa64d4
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions code/modules/projectiles/gun_attachables.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3399,12 +3399,20 @@ Defined in conflicts.dm of the #defines folder.

/obj/item/attachable/bipod/m60
name = "bipod"
desc = "A simple set of telescopic poles to keep a weapon stabilized during firing. This one looks rather old.\nGreatly increases accuracy and reduces recoil when properly placed, but also increases weapon size and slows firing speed."
desc = "The bipod of an H-G Mk70 machine gun. Wait, how did you get this off of the gun?! \nReduces unbraced fire effectiveness, but substantially improves the performance of the Mk70 when braced correctly."
icon_state = "bipod_m60"
attach_icon = "bipod_m60_a"

flags_attach_features = ATTACH_ACTIVATION
delay_mod = FIRE_DELAY_TIER_1
delay_mod = FIRE_DELAY_TIER_10
/obj/item/attachable/bipod/m60
..()

Check failure on line 3409 in code/modules/projectiles/gun_attachables.dm

View workflow job for this annotation

GitHub Actions / Run Linters

got '..', expected one of: newline, '}', '/', identifier

delay_mod = FIRE_DELAY_TIER_10
wield_delay_mod = WIELD_DELAY_FAST
accuracy_mod = -HIT_ACCURACY_MULT_TIER_5
scatter_mod = SCATTER_AMOUNT_TIER_9
recoil_mod = RECOIL_AMOUNT_TIER_5

/obj/item/attachable/bipod/vulture
name = "heavy bipod"
Expand Down

0 comments on commit aaa64d4

Please sign in to comment.