From 12abbd60c0c82a6ee379ca7d00b1e7705f697716 Mon Sep 17 00:00:00 2001 From: Heredth Date: Mon, 10 Mar 2014 21:58:25 -0800 Subject: [PATCH] Sprited new hats. Fedora, boater, bowler, beaver, and a fez. --- code/modules/clothing/head/misc.dm | 32 ++++++++++++------------------ 1 file changed, 13 insertions(+), 19 deletions(-) diff --git a/code/modules/clothing/head/misc.dm b/code/modules/clothing/head/misc.dm index cb145f4c55b..f8526e69649 100644 --- a/code/modules/clothing/head/misc.dm +++ b/code/modules/clothing/head/misc.dm @@ -182,55 +182,49 @@ item_state = "bandana" loose = 0 -/obj/item/clothing/head/bowler - name = "bowler-hat" - desc = "Gentleman, elite aboard!" - icon_state = "bowler" - item_state = "bowler" - flags = FPRINT | TABLEPASS - //stylish bs12 hats /obj/item/clothing/head/bowlerhat name = "bowler hat" icon_state = "bowler_hat" item_state = "bowler_hat" - desc = "For the gentleman of distinction." + desc = "For that industrial age look." flags = FPRINT|TABLEPASS /obj/item/clothing/head/beaverhat name = "beaver hat" icon_state = "beaver_hat" item_state = "beaver_hat" - desc = "Soft felt makes this hat both comfortable and elegant." + desc = "Like a top hat, but made of beavers." flags = FPRINT|TABLEPASS /obj/item/clothing/head/boaterhat name = "boater hat" icon_state = "boater_hat" item_state = "boater_hat" - desc = "The ultimate in summer fashion." + desc = "Goes well with celery." flags = FPRINT|TABLEPASS /obj/item/clothing/head/fedora name = "\improper fedora" icon_state = "fedora" item_state = "fedora" - desc = "A sharp, stylish hat." + desc = "A great hat ruined by being within fifty yards of you." flags = FPRINT|TABLEPASS -/obj/item/clothing/head/feathertrilby - name = "\improper feather trilby" - icon_state = "feather_trilby" - item_state = "feather_trilby" - desc = "A sharp, stylish hat with a feather." - flags = FPRINT|TABLEPASS +//TIPS FEDORA +/obj/item/clothing/head/fedora/verb/tip_fedora() + set name = "Tip Fedora" + set category = "Object" + set desc = "Show that CIS SCUM who's boss." + + usr << "You tip your fedora" /obj/item/clothing/head/fez name = "\improper fez" icon_state = "fez" item_state = "fez" - desc = "You should wear a fez. Fezzes are cool." + desc = "Put it on your monkey, make lots of cash money." flags = FPRINT|TABLEPASS //end bs12 hats @@ -298,4 +292,4 @@ /obj/item/clothing/head/fedora/brownfedora name = "brown fedora" icon_state = "bfedora" - loose = 35 \ No newline at end of file + loose = 35