Skip to content

Commit

Permalink
gives ks23 actual frame (#8387)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evie7056 authored Dec 29, 2023
1 parent aecd989 commit 6b09e1f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions code/modules/projectiles/guns/projectile/shotgun/ks23.dm
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,13 @@
saw_off = FALSE
spawn_blacklisted = TRUE
serial_type = "Excelsior"
gun_parts = list(/obj/item/part/gun/frame/ks = 1, /obj/item/part/gun/modular/grip/excel = 1, /obj/item/part/gun/modular/mechanism/shotgun = 1, /obj/item/part/gun/modular/barrel/shotgun = 1)

/obj/item/part/gun/frame/ks
name = "KS-23 frame"
desc = "A KS-23 shotgun frame. A prolitarian's favorite."
icon_state = "frame_shotgun"
resultvars = list(/obj/item/gun/projectile/shotgun/pump/ks)
gripvars = list(/obj/item/part/gun/modular/grip/excel)
mechanismvar = /obj/item/part/gun/modular/mechanism/shotgun
barrelvars = list(/obj/item/part/gun/modular/barrel/shotgun)

0 comments on commit 6b09e1f

Please sign in to comment.