Merge pull request #10650 from Arturlang/patch-5
[READY]Adds cheap modular computers to the loadout
This commit is contained in:
@@ -115,4 +115,17 @@
|
||||
name = "A fancy pen"
|
||||
category = SLOT_IN_BACKPACK
|
||||
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