Merge branch 'master' of https://github.com/tgstation/tgstation into upstream-sync

This commit is contained in:
xPokee
2025-09-24 10:13:01 -04:00
313 changed files with 6548 additions and 4624 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)