Merge pull request #2707 from fauxki/bleeding-edge-freeze
custom items update
@@ -114,6 +114,13 @@
|
|||||||
|
|
||||||
usr.update_inv_glasses()
|
usr.update_inv_glasses()
|
||||||
|
|
||||||
|
/obj/item/clothing/glasses/welding/superior
|
||||||
|
name = "superior welding goggles"
|
||||||
|
desc = "Welding goggles made from more expensive materials."
|
||||||
|
icon_state = "rwelding-g"
|
||||||
|
item_state = "rwelding-g"
|
||||||
|
icon_action_button = "action_welding_g"
|
||||||
|
|
||||||
/obj/item/clothing/glasses/sunglasses/blindfold
|
/obj/item/clothing/glasses/sunglasses/blindfold
|
||||||
name = "blindfold"
|
name = "blindfold"
|
||||||
desc = "Covers the eyes, preventing sight."
|
desc = "Covers the eyes, preventing sight."
|
||||||
|
|||||||
@@ -263,6 +263,14 @@ hi
|
|||||||
body_parts_covered = null
|
body_parts_covered = null
|
||||||
flags = FPRINT|TABLEPASS
|
flags = FPRINT|TABLEPASS
|
||||||
|
|
||||||
|
/obj/item/weapon/lighter/fluff //Dragor23: Michael Guess
|
||||||
|
name = "engraved lighter"
|
||||||
|
desc = "A golden lighter, engraved with some ornaments and a G.."
|
||||||
|
icon_state = "guessip"
|
||||||
|
item_state = "guessip"
|
||||||
|
icon_on = "guessipon"
|
||||||
|
icon_off = "guessip"
|
||||||
|
|
||||||
//Strange penlight, Nerezza: Asher Spock
|
//Strange penlight, Nerezza: Asher Spock
|
||||||
|
|
||||||
/obj/item/weapon/reagent_containers/hypospray/fluff/asher_spock_1
|
/obj/item/weapon/reagent_containers/hypospray/fluff/asher_spock_1
|
||||||
@@ -466,6 +474,12 @@ hi
|
|||||||
desc = "Much safer than a hard helmet."
|
desc = "Much safer than a hard helmet."
|
||||||
icon = 'custom_items.dmi'
|
icon = 'custom_items.dmi'
|
||||||
icon_state = "neilpatterson0_hat"
|
icon_state = "neilpatterson0_hat"
|
||||||
|
|
||||||
|
/obj/item/clothing/head/fluff/krinnhat //Shirotyrant: Krinn Seeskale
|
||||||
|
name = "saucepan hat"
|
||||||
|
desc = "This hat is the shiniest shiny Krinn has ever owned."
|
||||||
|
icon = 'custom_items.dmi'
|
||||||
|
icon_state = "krinn_hat"
|
||||||
//////////// Suits ////////////
|
//////////// Suits ////////////
|
||||||
|
|
||||||
/obj/item/clothing/suit/storage/labcoat/fluff/pink //spaceman96: Trenna Seber
|
/obj/item/clothing/suit/storage/labcoat/fluff/pink //spaceman96: Trenna Seber
|
||||||
@@ -503,6 +517,13 @@ hi
|
|||||||
icon_state = "deus_blueshield"
|
icon_state = "deus_blueshield"
|
||||||
item_state = "deus_blueshield"
|
item_state = "deus_blueshield"
|
||||||
|
|
||||||
|
/obj/item/clothing/suit/fluff/oldscarf //Writerer2: Sharik Israa
|
||||||
|
name = "old scarf"
|
||||||
|
desc = "An old looking scarf, it seems to be fairly worn."
|
||||||
|
icon_state = "mantle-unathi"
|
||||||
|
item_state = "mantle-unathi"
|
||||||
|
body_parts_covered = UPPER_TORSO
|
||||||
|
|
||||||
//////////// Uniforms ////////////
|
//////////// Uniforms ////////////
|
||||||
|
|
||||||
/obj/item/clothing/under/fluff/jumpsuitdown //searif: Yuki Matsuda
|
/obj/item/clothing/under/fluff/jumpsuitdown //searif: Yuki Matsuda
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 8.3 KiB After Width: | Height: | Size: 8.3 KiB |
|
Before Width: | Height: | Size: 123 KiB After Width: | Height: | Size: 124 KiB |
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 45 KiB |
|
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 58 KiB |