Skip to content

Commit

Permalink
solmarine fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Trilbyspaceclone committed Nov 24, 2024
1 parent eca1653 commit 4a3b7b7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions code/modules/projectiles/guns/projectile/automatic/solmarine.dm
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
saw_off = TRUE
sawn = /obj/item/gun/projectile/automatic/omnirifle/solmarine/sawn
serial_type = "Sol Fed"
wield_delay = 1 SECOND
wield_delay_factor = 0.3 // 30 vig for insta wield


var/obj/item/gun/projectile/automatic/underslung/shotgun_3/shotgun
var/shotgun_haver = TRUE
Expand Down Expand Up @@ -93,6 +96,8 @@
)

shotgun_haver = FALSE
wield_delay = 0.1 SECOND
wield_delay_factor = 0.1 // 10 vig for insta wield

/obj/item/gun/projectile/automatic/omnirifle/solmarine/shotgunless
name = "\"Saturnian\" carbine"
Expand All @@ -112,6 +117,8 @@
BURST_3_ROUND
)
gun_parts = list(/obj/item/part/gun/frame/solmarine = 1, /obj/item/part/gun/grip/black = 1, /obj/item/part/gun/mechanism/autorifle = 1, /obj/item/part/gun/barrel/srifle = 1)
wield_delay = 0.2 SECOND
wield_delay_factor = 0.2 // 20 vig for insta wield

/obj/item/gun/projectile/automatic/omnirifle/solmarine/shotgunless/update_icon()
..()
Expand Down Expand Up @@ -154,6 +161,9 @@
SEMI_AUTO_NODELAY,
BURST_3_ROUND
)
wield_delay = 0.1 SECOND
wield_delay_factor = 0.01 // 1 vig for insta wield


/obj/item/part/gun/frame/solmarine
name = "Solmarine frame"
Expand Down

0 comments on commit 4a3b7b7

Please sign in to comment.