Wizards get some updated clothing sprites.
Wizards no longer start out with a staff (can still be gotten from the vending machine on the Wizard shuttle). QM can order the older wizard costumes. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@497 316c924e-a436-60f5-8080-3fe189b3f50e
@@ -196,9 +196,14 @@
|
||||
|
||||
/obj/item/clothing/head/wizard
|
||||
name = "wizard hat"
|
||||
desc = "It has WIZZARD written across it in sequins"
|
||||
desc = "Strange-looking hat-wear that most certainly belongs to a real magic user."
|
||||
icon_state = "wizard"
|
||||
|
||||
/obj/item/clothing/head/wizard_fake
|
||||
name = "wizard hat"
|
||||
desc = "It has WIZZARD written across it in sequins. Comes with a cool beard."
|
||||
icon_state = "wizard-fake"
|
||||
|
||||
/obj/item/clothing/head/chefhat
|
||||
name = "Chef's hat"
|
||||
icon_state = "chef"
|
||||
@@ -432,6 +437,7 @@
|
||||
permeability_coefficient = 0.25
|
||||
|
||||
/obj/item/clothing/shoes/sandal
|
||||
desc = "A pair of rather plain sandals, wooden sandals."
|
||||
name = "sandals"
|
||||
icon_state = "wizard"
|
||||
|
||||
@@ -489,14 +495,14 @@
|
||||
|
||||
/obj/item/clothing/suit/det_suit
|
||||
name = "coat"
|
||||
desc = "Someone who wears this means business"
|
||||
desc = "Someone who wears this means business."
|
||||
icon_state = "detective"
|
||||
item_state = "det_suit"
|
||||
body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|ARMS
|
||||
|
||||
/obj/item/clothing/suit/judgerobe
|
||||
name = "judge's robe"
|
||||
desc = "This robe commands authority"
|
||||
desc = "This robe commands authority."
|
||||
icon_state = "judge"
|
||||
item_state = "judge"
|
||||
body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|ARMS
|
||||
@@ -536,8 +542,8 @@
|
||||
body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS
|
||||
|
||||
/obj/item/clothing/suit/wizrobe
|
||||
name = "robe"
|
||||
desc = "A magnificant blue robe that seems to radiate power"
|
||||
name = "wizard robe"
|
||||
desc = "A magnificant, gem-lined robe that seems to radiate power."
|
||||
icon_state = "wizard"
|
||||
item_state = "wizrobe"
|
||||
gas_transfer_coefficient = 0.01 // IT'S MAGICAL OKAY JEEZ +1 TO NOT DIE
|
||||
@@ -545,6 +551,12 @@
|
||||
heat_transfer_coefficient = 0.01
|
||||
body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|ARMS
|
||||
|
||||
/obj/item/clothing/suit/wizrobe_fake
|
||||
name = "wizard robe"
|
||||
desc = "A rather dull, blue robe one could probably find in Space-Walmart."
|
||||
icon_state = "wizard-fake"
|
||||
item_state = "wizrobe"
|
||||
|
||||
// ARMOR
|
||||
|
||||
/obj/item/clothing/suit/armor/vest
|
||||
|
||||
@@ -179,8 +179,8 @@
|
||||
wizard_mob.head.layer = 20
|
||||
wizard_mob.shoes = new /obj/item/clothing/shoes/sandal(wizard_mob)
|
||||
wizard_mob.shoes.layer = 20
|
||||
wizard_mob.r_hand = new /obj/item/weapon/staff(wizard_mob)
|
||||
wizard_mob.r_hand.layer = 20
|
||||
//wizard_mob.r_hand = new /obj/item/weapon/staff(wizard_mob) //Wizards don't need the staff or use it. N
|
||||
//wizard_mob.r_hand.layer = 20 //Wizards don't need the staff or use it. N
|
||||
|
||||
var/loc = ""
|
||||
var/obj/item/device/R = null //Hide the uplink in a PDA if available, otherwise radio
|
||||
|
||||
@@ -53,9 +53,9 @@ var/ordernum=0
|
||||
/datum/supply_packs/wizard
|
||||
name = "Wizard costume"
|
||||
contains = list("/obj/item/weapon/staff",
|
||||
"/obj/item/clothing/suit/wizrobe",
|
||||
"/obj/item/clothing/suit/wizrobe_fake",
|
||||
"/obj/item/clothing/shoes/sandal",
|
||||
"/obj/item/clothing/head/wizard")
|
||||
"/obj/item/clothing/head/wizard_fake")
|
||||
cost = 20
|
||||
containertype = "/obj/crate"
|
||||
containername = "Wizard costume crate"
|
||||
|
||||
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 68 KiB |
|
Before Width: | Height: | Size: 8.7 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 16 KiB |