Donator Item Stuff (#26884)
* stuff * loadout * 1 line * ops * moves code * Update donator_clothing.dm * Update donator_clothing.dm * Update donator_clothing.dm
|
After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 757 B |
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 910 B After Width: | Height: | Size: 812 B |
@@ -1454,10 +1454,25 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/poster/contraband/korpstech, 32)
|
||||
/obj/item/clothing/gloves/ring/hypno/nuke
|
||||
name = "suspiciously glossy ring"
|
||||
desc = "This ring oozes with an assertive edge as sharp light bends along the smooth, black bronze. Like the finger that wears it, an exceptional amount of polish repels nearly all the light that glances along its surface. If you look closer, a slight golden hue indicates the precious metals inside the alloy."
|
||||
icon = 'modular_skyrat/master_files/icons/obj/ring.dmi'
|
||||
icon = 'modular_skyrat/master_files/icons/donator/obj/clothing/gloves.dmi'
|
||||
worn_icon = 'modular_skyrat/master_files/icons/donator/mob/clothing/hands.dmi'
|
||||
icon_state = "ringblack"
|
||||
worn_icon_state = "ringblack"
|
||||
lefthand_file = null
|
||||
righthand_file = null
|
||||
spans = list("glossy")
|
||||
|
||||
/obj/item/clothing/ears/kinky_headphones/nuke
|
||||
name = "suspiciously glossy headphones"
|
||||
desc = "Black metalic headphones with a glossy finish. The soft rubber cushions are comftorable and form fitting"
|
||||
icon_state = "kinkphones_black_off"
|
||||
base_icon_state = "kinkphones"
|
||||
icon = 'modular_skyrat/master_files/icons/donator/obj/clothing/ears.dmi'
|
||||
worn_icon = 'modular_skyrat/master_files/icons/donator/mob/clothing/ears.dmi'
|
||||
inhand_icon_state = null
|
||||
current_kinkphones_color = "black"
|
||||
color_changed = TRUE
|
||||
|
||||
//reward for SomeRandomOwl
|
||||
/obj/item/clothing/head/costume/strigihat
|
||||
name = "starry witch hat"
|
||||
|
||||
@@ -649,6 +649,11 @@
|
||||
item_path = /obj/item/clothing/gloves/ring/hypno/nuke
|
||||
ckeywhitelist = list("sonicgotnuked")
|
||||
|
||||
/datum/loadout_item/ears/kinkphone_nuke
|
||||
name = "Suspiciously Glossy Headphones"
|
||||
item_path = /obj/item/clothing/ears/kinky_headphones/nuke
|
||||
ckeywhitelist = list("sonicgotnuked")
|
||||
|
||||
/datum/loadout_item/head/somerandomowl
|
||||
name = "Starry Witch Hat"
|
||||
item_path = /obj/item/clothing/head/costume/strigihat
|
||||
|
||||