diff --git a/code/game/gamemodes/wizard/wizloadouts.dm b/code/game/gamemodes/wizard/wizloadouts.dm index 61a80989d37..69c90882492 100644 --- a/code/game/gamemodes/wizard/wizloadouts.dm +++ b/code/game/gamemodes/wizard/wizloadouts.dm @@ -71,8 +71,8 @@ desc = "A set of legendary artifacts used by a bald, grey wizard, now passed on to you.
\ Open His Grace's latch once you are ready to kill by using It in your hand. Keep It fed or you will be Its next meal.
\ If your Homing Toolbox spell is not enough, you might want to raid the Armory or loot a Security Officer to get more ranged weapons like a disabler, His Grace's Hunger has little patience.

\ - Provides His Grace, an Ancient Jumpsuit, an Assistant ID, a Gas Mask and Shoes, Insulated Gloves, a full Toolbelt, Ethereal Jaunt, Force Wall, Homing Toolbox, Knock and No Clothes." - items_path = list(/obj/item/his_grace, /obj/item/clothing/under/color/grey/glorf, /obj/item/clothing/mask/gas, /obj/item/clothing/shoes/black, \ + Provides His Grace, an Ancient Jumpsuit, an Assistant ID, a Gas Mask, Warning Cone, Shoes, Insulated Gloves, a full Toolbelt, Ethereal Jaunt, Force Wall, Homing Toolbox, Knock and No Clothes." + items_path = list(/obj/item/his_grace, /obj/item/clothing/under/color/grey/glorf, /obj/item/clothing/mask/gas, /obj/item/clothing/head/cone, /obj/item/clothing/shoes/black, \ /obj/item/clothing/gloves/color/yellow, /obj/item/storage/belt/utility/full/multitool) spells_path = list(/datum/spell/ethereal_jaunt, /datum/spell/forcewall, \ /datum/spell/aoe/knock, /datum/spell/noclothes, /datum/spell/fireball/toolbox) diff --git a/code/modules/clothing/head/misc_hats.dm b/code/modules/clothing/head/misc_hats.dm index 852236c3091..ecebd8ee4fa 100644 --- a/code/modules/clothing/head/misc_hats.dm +++ b/code/modules/clothing/head/misc_hats.dm @@ -454,6 +454,7 @@ attack_verb = list("warned", "cautioned", "smashed") resistance_flags = NONE dog_fashion = /datum/dog_fashion/head/cone + magical = TRUE // It's pointy, it's funny! /obj/item/clothing/head/jester name = "jester hat"