Skip to content

Commit

Permalink
hard to tell if parts are reinstalled without any
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed Jan 31, 2024
1 parent 3a2863c commit d4762b3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions code/modules/guncrafting/frame.dm
Original file line number Diff line number Diff line change
Expand Up @@ -232,10 +232,20 @@
/obj/item/part/gun/frame/winchester
name = "Winchester Gun Frame"
icon_state = "frame_shotgun"
installedParts = list(
/obj/item/part/gun/modular/grip/wood,
/obj/item/part/gun/modular/mechanism/shotgun,
/obj/item/part/gun/modular/barrel/shotgun
)

/obj/item/part/gun/frame/winchester/mk1

/obj/item/part/gun/frame/m1911
installedParts = list(
/obj/item/part/gun/modular/grip/wood,
/obj/item/part/gun/modular/mechanism,
/obj/item/part/gun/modular/barrel
)

/obj/item/part/gun/frame/commander

Expand Down

0 comments on commit d4762b3

Please sign in to comment.