mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 08:36:00 +01:00
Two as anything greps (and some other cleanup) (#92974)
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
apps_to_download += default_programs + pda_programs
|
||||
apps_to_download += starting_programs
|
||||
|
||||
for(var/programs as anything in apps_to_download)
|
||||
for(var/programs in apps_to_download)
|
||||
var/datum/computer_file/program/program_type = new programs
|
||||
store_file(program_type)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user