mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 18:33:36 +00:00
Merge pull request #10650 from Arturlang/patch-5
[READY]Adds cheap modular computers to the loadout
This commit is contained in:
@@ -13,11 +13,11 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
/obj/item/modular_computer/laptop/preset/civillian
|
/obj/item/modular_computer/laptop/preset/civilian
|
||||||
desc = "A low-end laptop often used for personal recreation."
|
desc = "A low-end laptop often used for personal recreation."
|
||||||
|
|
||||||
|
|
||||||
/obj/item/modular_computer/laptop/preset/civillian/install_programs()
|
/obj/item/modular_computer/laptop/preset/civilian/install_programs()
|
||||||
var/obj/item/computer_hardware/hard_drive/hard_drive = all_components[MC_HDD]
|
var/obj/item/computer_hardware/hard_drive/hard_drive = all_components[MC_HDD]
|
||||||
hard_drive.store_file(new/datum/computer_file/program/chatclient())
|
hard_drive.store_file(new/datum/computer_file/program/chatclient())
|
||||||
hard_drive.store_file(new/datum/computer_file/program/nttransfer())
|
hard_drive.store_file(new/datum/computer_file/program/nttransfer())
|
||||||
@@ -116,3 +116,16 @@
|
|||||||
category = SLOT_IN_BACKPACK
|
category = SLOT_IN_BACKPACK
|
||||||
path = /obj/item/pen/fountain
|
path = /obj/item/pen/fountain
|
||||||
cost = 2
|
cost = 2
|
||||||
|
|
||||||
|
/datum/gear/modular_tablet
|
||||||
|
name = "A modular tablet"
|
||||||
|
category = SLOT_IN_BACKPACK
|
||||||
|
path = /obj/item/modular_computer/tablet/preset/cheap/
|
||||||
|
cost = 4
|
||||||
|
|
||||||
|
/datum/gear/modular_laptop
|
||||||
|
name = "A modular laptop"
|
||||||
|
category = SLOT_IN_BACKPACK
|
||||||
|
path = /obj/item/modular_computer/laptop/preset/civilian
|
||||||
|
cost = 7
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user