Adds presets, loadout items, bugfix

- Fixes a runtime error when an ID Card slot is Destroy()-ed
- Adds few presets for consoles, such as, engineering console, command console, etc.
- Adds tablet and cheap tablet as loadout preferences with cost of 4 and 3 points respectively. Cheap tablet contains only worst battery, hard drive and network card, regular tablet has average components.
This commit is contained in:
Atlantis
2015-12-31 19:14:28 +01:00
parent faf82347d6
commit b520dc0266
5 changed files with 116 additions and 1 deletions
+12
View File
@@ -1106,6 +1106,18 @@ var/global/list/gear_datums = list()
sort_category = "utility"
cost = 2
/datum/gear/cheaptablet
display_name = "cheap tablet computer"
path = /obj/item/modular_computer/tablet/preset/custom_loadout/cheap
sort_category = "utility"
cost = 3
/datum/gear/normaltablet
display_name = "tablet computer"
path = /obj/item/modular_computer/tablet/preset/custom_loadout/advanced
sort_category = "utility"
cost = 4
// The rest of the trash.
/datum/gear/ashtray