mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 00:27:31 +01:00
Merge branch 'master' of https://github.com/tgstation/tgstation into upstream-sync
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user