mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-19 20:06:28 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user