Skip to content

Commit

Permalink
Update code/modules/codex/entries/guns_codex.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Helg2 <[email protected]>
Signed-off-by: RUTGMC4429 <[email protected]>
  • Loading branch information
RUTGMC4429 and Helg2 authored Dec 12, 2024
1 parent a779403 commit 2f4a00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/codex/entries/guns_codex.dm
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
attachments_text["other"] += A.name
for(var/i in attachments_text)
var/list/attach_list_of_type = attachments_text[i]
if(attach_list_of_type.len == 0)
if(length(attach_list_of_type) <= 0)
continue

traits += attachments_header_text[i]
Expand Down

0 comments on commit 2f4a00f

Please sign in to comment.