Skip to content

Commit

Permalink
shrug
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed Feb 1, 2024
1 parent b05cf87 commit 2aec984
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions code/__DEFINES/gun_crafting.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#define GUN_PART_FRAME "frame"
#define GUN_PART_BARREL "barrel"
#define GUN_PART_GRIP "grip"
#define GUN_PART_MECHANISM "mechanism"
2 changes: 1 addition & 1 deletion code/modules/guncrafting/frame.dm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// Which barrels does the frame accept?
//var/list/validBarrels = list(/obj/item/part/gun/modular/barrel)

gun_part_type = "gun_frame"
gun_part_type = GUN_PART_FRAME

/*
/obj/item/part/gun/frame/Initialize(mapload, dont_spawn_with_parts)
Expand Down

0 comments on commit 2aec984

Please sign in to comment.