Skip to content

Commit

Permalink
Update code/__HELPERS/global_lists.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Antoonij <[email protected]>
  • Loading branch information
dageavtobusnick and Antoonij authored Dec 28, 2024
1 parent efbc07f commit 1b1151e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions code/__HELPERS/global_lists.dm
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@
GLOB.pai_software_by_key[P.id] = P

// Setup loadout gear
for(var/gear_type in subtypesof(/datum/gear))
var/datum/gear/gear = gear_type
for(var/datum/gear/gear as anything in subtypesof(/datum/gear))

if(gear == gear.path)
continue
Expand Down

0 comments on commit 1b1151e

Please sign in to comment.