Adds the Guy Fawkes mask to Autodrobe and spawn

Conflicts:
	code/game/machinery/vending.dm
	code/game/objects/effects/landmarks.dm
	code/modules/clothing/masks/miscellaneous.dm
	icons/mob/mask.dmi
	icons/obj/clothing/masks.dmi
This commit is contained in:
UncleSporky
2014-05-20 06:39:19 -04:00
committed by ZomgPonies
parent e9885bdd4d
commit 75114a326a
4 changed files with 9 additions and 1 deletions
@@ -129,3 +129,11 @@
return
if(user.real_name == "[originalname][temporaryname]" || user.real_name == "A Horse With No Name") //if it's somehow changed while the mask is on it doesn't revert
user.real_name = originalname
/obj/item/clothing/mask/fawkes
name = "Guy Fawkes mask"
desc = "A mask designed to help you remember a specific date."
icon_state = "fawkes"
item_state = "fawkes"
flags_inv = HIDEFACE
w_class = 2