Skip to content

Commit

Permalink
small tweaks, should pass checks
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed Oct 11, 2024
1 parent a07ed86 commit 5fa5ee6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/modules/client/loadout/_loadout.dm
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ GLOBAL_LIST_EMPTY(gear_datums)
if(G == initial(G.subtype_path))
continue

if(!use_name)
WARNING("Loadout - Missing display name: [G]")
if(!use_name && initial(G.path))
WARNING("Loadout gear [G] is missing display name")
continue
if(!initial(G.path) && use_category != "OOC") //OOC category does not contain actual items
WARNING("Loadout - Missing path definition: [G]")
WARNING("Loadout gear [G] is missing path definition")
continue

if(!GLOB.loadout_categories[use_category])
Expand Down
Binary file modified icons/mob/inhands/weapons/swords_righthand.dmi
Binary file not shown.

0 comments on commit 5fa5ee6

Please sign in to comment.