Skip to content

Commit

Permalink
Merge pull request DS-13-Dev-Team#212 from MisterGrimm/misc
Browse files Browse the repository at this point in the history
Final final gun tweak
  • Loading branch information
MisterGrimm authored Feb 2, 2024
2 parents fb6ee0d + 70149c3 commit ef73f38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deadspace/code/modules/weapons/guns/javelin_gun.dm
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
righthand_file = 'deadspace/icons/mob/onmob/items/righthand_guns.dmi'
worn_icon = 'deadspace/icons/mob/onmob/back.dmi'
worn_icon_state = null
empty_alarm = TRUE
empty_alarm = FALSE
mag_display = TRUE
internal_magazine = FALSE
show_bolt_icon = FALSE
gun_flags = NO_AKIMBO
w_class = WEIGHT_CLASS_BULKY
Expand All @@ -21,7 +22,7 @@
unwielded_spread_bonus = 50
recoil = 2
burst_size = 1
bolt = /datum/gun_bolt/open
bolt = /datum/gun_bolt/locking
semi_auto = TRUE
actions_types = list()
fire_sound = 'deadspace/sound/weapons/guns/fire/jav_fire.ogg'
Expand Down
2 changes: 2 additions & 0 deletions deadspace/code/modules/weapons/guns/scl_shotgun.dm
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ DS SCL Shotgun
name = "SCL underbarrel bola launcher"
icon_state = "dshotgun_sawn" //You won't normally see this sprite, unless a admin manually spawns it in
inhand_icon_state = "gun"
fire_sound = 'sound/weapons/bolathrow.ogg'
mag_type = /obj/item/ammo_box/magazine/internal/bola
w_class = WEIGHT_CLASS_NORMAL
bolt = /datum/gun_bolt/no_bolt
Expand Down Expand Up @@ -156,6 +157,7 @@ Ammo casings for the mags
desc = "A shotgun casing that is somehow filled with a tightly packed bola, that expands once it leaves the barrel."
icon_state = "stunshell"
fire_sound = 'sound/weapons/bolathrow.ogg'
caliber = CALIBER_12GAUGE_BOLA
projectile_type = /obj/projectile/bullet/shotgun_bola

/**
Expand Down

0 comments on commit ef73f38

Please sign in to comment.