Skip to content

Commit

Permalink
added a new hos weapon judge 12 ga revolver
Browse files Browse the repository at this point in the history
  • Loading branch information
Namen-n committed Aug 24, 2024
1 parent 7b042c9 commit d3e97fb
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modular_ss220/objects/code/miscellaneous.dm
Original file line number Diff line number Diff line change
Expand Up @@ -140,5 +140,5 @@
// Display Cases
/obj/structure/displaycase/hos
alert = TRUE
start_showpiece_type = /obj/item/food/donut/sprinkles
start_showpiece_type = /obj/item/gun/projectile/revolver/reclinable/judge
req_access = list(ACCESS_HOS)
21 changes: 21 additions & 0 deletions modular_ss220/objects/code/weapons/ranged/revolvers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,27 @@
icon = 'modular_ss220/objects/icons/ammo.dmi'
icon_state = "44_box"

/obj/item/gun/projectile/revolver/reclinable/judge
name = "\improper Judge 12 GA"
desc = "Тяжёлый револьвер ружейного калибра. Несмотря на короткий ствол и высокую отдачу крайне эффективное оружие ближней дистанции."
mag_type = /obj/item/ammo_box/magazine/internal/cylinder/ga12
lefthand_file = 'modular_ss220/objects/icons/inhands/guns_lefthand.dmi'
righthand_file = 'modular_ss220/objects/icons/inhands/guns_righthand.dmi'
icon = 'modular_ss220/objects/icons/guns.dmi'
icon_state = "judge"
item_state = "judge"
w_class = WEIGHT_CLASS_NORMAL
fire_sound = 'modular_ss220/objects/sound/weapons/gunshots/gunshot_judge.ogg'
spread = 10
recoil = 1
fire_delay = 5

/obj/item/ammo_box/magazine/internal/cylinder/ga12
name = ".12 revolver cylinder"
ammo_type = /obj/item/ammo_casing/shotgun/rubbershot
caliber = "shotgun"
max_ammo = 3

// RSH-12 12.7
/obj/item/gun/projectile/revolver/reclinable/rsh12
name = "RSh-12"
Expand Down
Binary file modified modular_ss220/objects/icons/guns.dmi
Binary file not shown.
Binary file modified modular_ss220/objects/icons/inhands/guns_lefthand.dmi
Binary file not shown.
Binary file modified modular_ss220/objects/icons/inhands/guns_righthand.dmi
Binary file not shown.
Binary file not shown.

0 comments on commit d3e97fb

Please sign in to comment.