Adds pAI cards to the loadout.

This commit is contained in:
SparklySheep
2014-11-30 23:12:04 -06:00
parent e5c5209f7a
commit 0a43dd0860
+7 -1
View File
@@ -747,6 +747,12 @@ var/global/list/gear_datums = list()
sort_category = "utility"
cost = 1
/datum/gear/paicard
display_name = "personal AI device"
path = /obj/item/device/paicard
sort_category = "utility"
cost = 3
// The rest of the trash.
/datum/gear/ashtray
@@ -837,4 +843,4 @@ var/global/list/gear_datums = list()
path = /obj/item/clothing/ears/skrell/cloth_female
cost = 2
sort_category = "ears"
whitelisted = "Skrell"
whitelisted = "Skrell"