mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
Two as anything greps (and some other cleanup) (#92974)
This commit is contained in:
@@ -449,7 +449,7 @@
|
||||
/datum/fish_source/unit_test_all_fish
|
||||
|
||||
/datum/fish_source/unit_test_all_fish/New()
|
||||
for(var/fish_type as anything in subtypesof(/obj/item/fish))
|
||||
for(var/fish_type in subtypesof(/obj/item/fish))
|
||||
fish_table[fish_type] = 10
|
||||
return ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user