Merge pull request #17055 from coiax/stolen-red-wizard-hats

Red Wizard Hat enabled on Corgis
This commit is contained in:
Remie Richards
2016-04-23 16:26:25 +01:00
2 changed files with 5 additions and 1 deletions
@@ -235,7 +235,7 @@
/obj/item/clothing/head/wizard/fake, /obj/item/clothing/head/wizard, /obj/item/clothing/head/collectable/wizard,
/obj/item/clothing/head/cardborg, /obj/item/weapon/bedsheet, /obj/item/clothing/head/helmet/space/santahat,
/obj/item/clothing/head/soft, /obj/item/clothing/head/hardhat/reindeer, /obj/item/clothing/head/sombrero,
/obj/item/clothing/head/hopcap, /obj/item/clothing/mask/gas/clown_hat)
/obj/item/clothing/head/hopcap, /obj/item/clothing/mask/gas/clown_hat, /obj/item/clothing/head/wizard/red)
valid = 1
if(valid)
@@ -332,6 +332,10 @@
name = "Grandwizard [real_name]"
speak = list("YAP", "Woof!", "Bark!", "AUUUUUU", "EI NATH!")
if(/obj/item/clothing/head/wizard/red)
name = "Pyromancer [real_name]"
speak = list("YAP", "Woof!", "Bark!", "AUUUUUU", "ONI SOMA!")
if(/obj/item/clothing/head/cardborg)
name = "Borgi"
speak = list("Ping!","Beep!","Woof!")
Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 18 KiB