Keeping up to date.

This commit is contained in:
KasparoVy
2016-08-17 02:56:34 -04:00
340 changed files with 3208 additions and 4503 deletions
+25
View File
@@ -307,6 +307,26 @@
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(ishuman(loc))
var/mob/living/carbon/human/H = loc
if(H.head == src)
H.slurring = max(3, H.slurring) //always slur
//////////// Suits ////////////
/obj/item/clothing/suit/storage/labcoat/fluff/aeneas_rinil //Socialsystem: Lynn Fea
name = "Robotics labcoat"
@@ -427,6 +447,11 @@
//////////// Masks ////////////
/obj/item/clothing/mask/bandana/fluff/dar //sasanek12: Dar'Konr
name = "camo bandana"
desc = "It's a worn-out bandana in camo paint"
icon_state = "bandcamo"
//////////// Shoes ////////////
//////////// Sets ////////////