mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-07-16 17:42:32 +01:00
Adds pAI cards to the loadout.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user