Stumpy's hat.

This commit is contained in:
Mieszko Jędrzejczak
2016-08-09 01:33:10 +02:00
parent 2681d7c41d
commit 76b4ca307c
2 changed files with 21 additions and 0 deletions
+21
View File
@@ -306,6 +306,27 @@
icon_state = "beret_hos"
item_state = "beret_hos"
/obj/item/clothing/head/pirate/fluff/stumpy //MrFroztee: Stumpy
name = "The Sobriety Skullcap"
desc = "A hat suited for the king of the pirates"
icon_state = "pirate"
item_state = "pirate"
/obj/item/clothing/head/pirate/fluff/stumpy/New()
..()
processing_objects.Add(src)
/obj/item/clothing/head/pirate/fluff/stumpy/Destroy()
processing_objects.Remove(src)
return ..()
/obj/item/clothing/head/pirate/fluff/stumpy/process()
if(istype(loc, /mob/living/carbon/human))
var/mob/living/carbon/human/H = loc
if(H.head == src)
H.drunk = 0 //never get drunk
H.slurring = 3 //always slur
//////////// Suits ////////////
/obj/item/clothing/suit/storage/labcoat/fluff/aeneas_rinil //Socialsystem: Lynn Fea
name = "Robotics labcoat"