More fluff item fixes

This commit is contained in:
Markolie
2015-09-25 04:43:48 +02:00
parent e96103a02b
commit 1e968ac5ea
10 changed files with 13 additions and 15 deletions
@@ -40,6 +40,11 @@
name = "blue flame decal welding helmet"
desc = "A welding helmet with blue flame decals on it."
icon_state = "welding_blueflame"
/obj/item/clothing/head/welding/white
name = "white decal welding helmet"
desc = "A white welding helmet with a character written across it."
icon_state = "welding_white"
/obj/item/clothing/head/welding/attack_self()
toggle()
-12
View File
@@ -19,12 +19,6 @@
/obj/item/weapon/claymore/fluff/IsShield()
return 0
/obj/item/weapon/pen/fluff/fountainpen // Froststahr: Viktor Romanov
name = "Engraved Fountain Pen"
desc = "An expensive looking pen with the initials E.S. engraved into the side."
icon = 'icons/obj/custom_items.dmi'
icon_state = "fountainpen"
/obj/item/weapon/crowbar/fluff/zelda_creedy_1 // Zomgponies: Griffin Rowley
name = "Zelda's Crowbar"
@@ -64,12 +58,6 @@
//////////// Eye Wear ////////////
//////////// Hats ////////////
/obj/item/clothing/head/welding/fluff/yuki_matsuda_1 // Shadeykins: Dusk
name = "white decal welding helmet"
desc = "A white welding helmet with a character written across it."
icon = 'icons/obj/custom_items.dmi'
icon_state = "yuki_matsuda_1"
/obj/item/clothing/head/fluff/heather_winceworth // Regens: Heather Winceworth
name= "Heather's rose"
desc= "A beautiful purple rose for your hair."
+5
View File
@@ -60,6 +60,11 @@
name = "Gilded Pen"
desc = "A golden pen that is gilded with a meager amount of gold material. The word 'Nanotrasen' is etched on the clip of the pen."
icon_state = "goldpen"
/obj/item/weapon/pen/fountain
name = "Engraved Fountain Pen"
desc = "An expensive looking pen."
icon_state = "fountainpen"
/obj/item/weapon/pen/attack(mob/living/M, mob/user)
if(!istype(M))