Skip to content

Commit

Permalink
true
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed Oct 10, 2024
1 parent a6f064d commit afbc83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/unit_tests/gun_sanity.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/datum/unit_test/gun_sanity/Run()
for(var/gun_path in subtypesof(/obj/item/gun))
for(var/gun_path in subtypesof(/obj/item/gun/ballistic))
var/obj/item/gun/target_gun = new gun_path()
log_test("Testing [target_gun.type]")
if(target_gun.default_ammo_type)
Expand Down

0 comments on commit afbc83d

Please sign in to comment.