Skip to content

Commit

Permalink
Vault: fix loadout test
Browse files Browse the repository at this point in the history
  • Loading branch information
Doster-d committed Sep 14, 2023
1 parent 7f461db commit 1b31c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/unit_tests/loadout_tests.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/datum/unit_test/loadout_has_cost_and_name/Run()
// vault_items' are blank gear and fill up in runtime
for(var/geartype in subtypesof(/datum/gear) - subtypesof(/datum/gear/vault_item))
for(var/geartype in subtypesof(/datum/gear) - typesof(/datum/gear/vault_item))
var/datum/gear/G = geartype
Check(G)

Expand Down

0 comments on commit 1b31c64

Please sign in to comment.