Updates Part One

This commit is contained in:
Unknown
2019-04-03 13:40:56 -04:00
parent b21060f142
commit df96660ddf
14 changed files with 558 additions and 21 deletions
@@ -157,3 +157,15 @@
/datum/gear/utility/umbrella/New()
..()
gear_tweaks = list(gear_tweak_free_color_choice)
/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