Two as anything greps (and some other cleanup) (#92974)

This commit is contained in:
MrMelbert
2025-09-20 12:44:28 -05:00
committed by GitHub
parent ae3274238c
commit 750ca9d2ec
86 changed files with 128 additions and 127 deletions
@@ -94,6 +94,6 @@
/obj/item/modular_computer/laptop/gamer/install_default_programs()
// Only install starting programs, we don't want the software downloading program from default programs
for(var/programs as anything in starting_programs)
for(var/programs in starting_programs)
var/datum/computer_file/program/program_type = new programs
store_file(program_type)