Merge pull request #1145 from JoanRisu/Fluff_Items_worshop

Conflict Resolver: Revenge of the Merge
This commit is contained in:
Arokha Sieyes
2017-03-10 09:49:31 -05:00
committed by GitHub
2 changed files with 16 additions and 12 deletions
@@ -872,7 +872,9 @@
/obj/item/clothing/suit/storage/trench/fluff/octaviouscoat
name = "Thin Leather coat"
desc = "A finely made leather coat designed for use in laboratories and doubles for parties. Has the letters O.C.W. embroidered in sliver on the right breast pocket."
icon = 'icons/vore/custom_clothes_vr.dmi'
icon_state = "octavgentlecoat"
icon_override = 'icons/vore/custom_clothes_vr.dmi'
item_state = "octavgentlecoat_mob"
blood_overlay_type = "coat"
allowed = list(/obj/item/weapon/tank/emergency/oxygen, /obj/item/device/flashlight,/obj/item/weapon/gun/energy,/obj/item/weapon/gun/projectile,/obj/item/ammo_magazine,/obj/item/ammo_casing,/obj/item/weapon/melee/baton,/obj/item/weapon/handcuffs,/obj/item/weapon/storage/fancy/cigarettes,/obj/item/weapon/flame/lighter,/obj/item/device/taperecorder,/obj/item/device/uv_light)
@@ -883,10 +885,10 @@
desc = "A well made suit and tie, with a thin leather vest, while not as rugged as normal lab suits, it lets the wearer look dashing as he works. The letter's O.C.W. are embroidered on the left breast."
icon = 'icons/vore/custom_clothes_vr.dmi'
icon_state = "octavgentlecoat"
icon_state = "octavgentlesuit"
icon_override = 'icons/vore/custom_clothes_vr.dmi'
item_state = "octavgentlecoat_s"
item_state = "octavgentlesuit_mob" //don't forget to rename the sprite.
//bwoincognito:Octavious Ward
/obj/item/clothing/head/fedora/fluff/bowler
@@ -899,6 +901,18 @@
icon_override = 'icons/vore/custom_clothes_vr.dmi'
item_state = "bowler_mob"
//bwoincognito:Octavious Ward
/obj/item/clothing/mask/gas/plaguedoctor/fluff/octaviousmask
name = "Customized Gas Mask"
desc = "A customized gas mask to look like an old plague doctors, with a special looking lens in the left eye that turns on when in use."
icon = 'icons/vore/custom_clothes_vr.dmi'
icon_state = "octplaguedoctor"
icon_override = 'icons/vore/custom_clothes_vr.dmi'
item_state = "octplaguedoctor_mob"
item_state_slots = null
armor = list(melee = 0, bullet = 0, laser = 2,energy = 2, bomb = 0, bio = 90, rad = 0)
body_parts_covered = HEAD|FACE|EYES
//jemli:Jemli
/obj/item/clothing/head/fedora/fluff/jemli
name = "Cavalier Hat"
@@ -910,16 +924,6 @@
icon_override = 'icons/vore/custom_clothes_vr.dmi'
item_state = "jemli_hat_mob"
//bwoincognito:Octavious Ward
/obj/item/clothing/mask/gas/plaguedoctor/fluff/octaviousmask
name = "Customized Gas Mask"
desc = "A customized gas mask to look like an old plague doctors, with a special looking lens in the left eye that turns on when in use."
icon_state = "octplaguedoctor"
item_state = "octplaguedoctor_mob"
armor = list(melee = 0, bullet = 0, laser = 2,energy = 2, bomb = 0, bio = 90, rad = 0)
body_parts_covered = HEAD|FACE|EYES
//virgo113:Verin Raharra
/obj/item/clothing/suit/storage/hazardvest/fluff/verin
name = "Green Haz-coat"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 139 KiB

After

Width:  |  Height:  |  Size: 139 KiB