mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 13:05:36 +01:00
merges civilian and service departments (#50142)
* merges the service and civilian departments * yee haw
This commit is contained in:
@@ -13,10 +13,10 @@
|
||||
|
||||
|
||||
|
||||
/obj/item/modular_computer/laptop/preset/civillian
|
||||
/obj/item/modular_computer/laptop/preset/civilian
|
||||
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]
|
||||
hard_drive.store_file(new/datum/computer_file/program/chatclient())
|
||||
|
||||
Reference in New Issue
Block a user