Final touches for loadout system.

This commit is contained in:
Zuhayr
2014-07-11 12:16:08 +09:30
parent 903679bd79
commit 3955edd04b
3 changed files with 43 additions and 6 deletions
+29
View File
@@ -14,6 +14,22 @@ proc/populate_gear_list()
var/whitelisted //Term to check the whitelist for..
//Standard gear datums.
/datum/gear/cards
display_name = "deck of cards"
path = /obj/item/weapon/deck
cost = 2
/datum/gear/dice
display_name = "d20"
path = /obj/item/weapon/dice/d20
cost = 1
/datum/gear/comb
display_name = "purple comb"
path = /obj/item/weapon/fluff/cado_keppel_1
cost = 1
/datum/gear/tie_horrible
display_name = "horrible tie"
path = /obj/item/clothing/tie/horrible
@@ -347,6 +363,19 @@ proc/populate_gear_list()
cost = 3
allowed_roles = list("Station Engineer","Atmospheric Technician","Chief Engineer")
/datum/gear/engineer_bandana
display_name = "engineering bandana"
path = /obj/item/clothing/head/helmet/greenbandana/fluff/taryn_kifer_1
cost = 2
allowed_roles = list("Station Engineer","Atmospheric Technician","Chief Engineer")
//Science
/datum/gear/scanning_goggles
display_name = "scanning goggles"
path = /obj/item/clothing/glasses/fluff/uzenwa_sissra_1
cost = 2
allowed_roles = list("Roboticist", "Scientist", "Research Director")
//Species-specific gear datums.
/datum/gear/zhan_furs
display_name = "Zhan-Khazan furs"