mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 03:55:11 +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)
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
/// Corresponding ammo
|
||||
var/list/corresponding_ammo = list(
|
||||
/obj/item/ammo_box/magazine/m9mm,
|
||||
/obj/item/ammo_box/strilka310,
|
||||
/obj/item/ammo_box/speedloader/strilka310,
|
||||
/obj/item/ammo_box/magazine/uzim9mm,
|
||||
/obj/item/ammo_box/magazine/m50,
|
||||
/obj/item/food/pizzaslice/dank, // more silly, less destructive
|
||||
|
||||
Reference in New Issue
Block a user