Skip to content

Commit

Permalink
TGS Test Merge (#1495)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgstation-server committed Dec 30, 2024
2 parents 2983888 + b6d2f28 commit 578ba9f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modular_bluemoon/kovac_shitcode/code/modules/guns/weapons.dm
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@
automatic_burst_overlay = TRUE
spawnwithmagazine = FALSE
fire_sound = 'modular_bluemoon/kovac_shitcode/sound/weapons/g22.ogg'
can_flashlight = 1
flight_x_offset = 18
flight_y_offset = 14

/obj/item/gun/ballistic/automatic/pistol/g22/update_icon_state()
icon_state = "[initial(icon_state)][chambered ? "" : "-e"]"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@
w_class = WEIGHT_CLASS_NORMAL
mag_type = /obj/item/ammo_box/magazine/e45
can_suppress = TRUE
burst_shot_delay = 2
burst_size = 2
fire_delay = 2.5
fire_select_modes = list(SELECT_SEMI_AUTOMATIC, SELECT_BURST_SHOT, SELECT_FULLY_AUTOMATIC)
automatic_burst_overlay = TRUE
can_flashlight = 1
flight_x_offset = 18
flight_y_offset = 14
Expand Down

0 comments on commit 578ba9f

Please sign in to comment.