Skip to content

Commit

Permalink
[MIRROR] Removes Regular Fireaxe from being equipped in exosuits (no …
Browse files Browse the repository at this point in the history
…sprites) (#5125)

* Removes Regular Fireaxe from being equipped in exosuits (no sprites) (#4514)

* [MIRROR] Removes Regular Fireaxe from being equipped in exosuits (no sprites)

---------

Co-authored-by: OrbisAnima <[email protected]>
Co-authored-by: StealsThePRs <[email protected]>
  • Loading branch information
3 people authored Oct 26, 2024
1 parent d64068c commit 5fa53a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/__DEFINES/~nova_defines/colony_fabricator_misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ GLOBAL_LIST_INIT(colonist_suit_allowed, list(
/obj/item/tank/internals,
/obj/item/storage/belt/holster,
/obj/item/construction,
/obj/item/fireaxe,
/obj/item/fireaxe/boneaxe,
/obj/item/pipe_dispenser,
/obj/item/storage/bag,
/obj/item/pickaxe,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
/obj/item/tank/internals,
/obj/item/storage/belt/holster,
/obj/item/construction,
/obj/item/fireaxe,
/obj/item/fireaxe/metal_h2_axe,
/obj/item/pipe_dispenser,
/obj/item/storage/bag,
/obj/item/pickaxe,
Expand Down

0 comments on commit 5fa53a4

Please sign in to comment.