mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-10 23:47:16 +01:00
Luweth's Donator Item
This commit is contained in:
@@ -25,6 +25,17 @@
|
||||
alternate_worn_icon = 'hyperstation/icons/mobs/rewards.dmi'
|
||||
mutantrace_variation = NO_MUTANTRACE_VARIATION
|
||||
|
||||
/obj/item/clothing/suit/luwethtrench
|
||||
name = "Syndicate Commander's Coat"
|
||||
desc = "A sinister looking black and red jacket. The gold collar and shoulders denote that this belongs to a high ranking syndicate officer. A rather strange brooch is pinned to the coat, displaying a unique range of lustrous brass cracks through the deep blacks of it’s hammered finish."
|
||||
icon = 'hyperstation/icons/obj/clothing/rewards.dmi'
|
||||
alternate_worn_icon = 'hyperstation/icons/mobs/rewards.dmi'
|
||||
body_parts_covered = CHEST|GROIN|ARMS|LEGS
|
||||
icon_state = "luwethtrench"
|
||||
item_state = "luwethtrench"
|
||||
mutantrace_variation = NO_MUTANTRACE_VARIATION
|
||||
roomy = TRUE
|
||||
|
||||
/obj/item/clothing/gloves/ring/luweth
|
||||
name = "Luweth’s Wedding Band"
|
||||
icon = 'hyperstation/icons/obj/clothing/rewards.dmi'
|
||||
@@ -36,4 +47,4 @@
|
||||
desc = "Clearly the dice hate you."
|
||||
icon_state = "d20_blue"
|
||||
sides = 20
|
||||
unique = TRUE
|
||||
unique = TRUE
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 464 B After Width: | Height: | Size: 1.0 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 625 B After Width: | Height: | Size: 815 B |
@@ -63,6 +63,12 @@
|
||||
path = /obj/item/clothing/suit/shackles
|
||||
ckeywhitelist = list("heliocintrini")
|
||||
|
||||
/datum/gear/hshack
|
||||
name = "Syndicate Commander's Coat"
|
||||
category = SLOT_IN_BACKPACK
|
||||
path = /obj/item/clothing/suit/luwethtrench
|
||||
ckeywhitelist = list("luweth")
|
||||
|
||||
/datum/gear/luwethring
|
||||
name = "Wedding Band"
|
||||
category = SLOT_IN_BACKPACK
|
||||
@@ -73,4 +79,4 @@
|
||||
name = "Blue D20"
|
||||
category = SLOT_IN_BACKPACK
|
||||
path = /obj/item/dice/d20/blue
|
||||
ckeywhitelist = list("jackattack41498")
|
||||
ckeywhitelist = list("jackattack41498")
|
||||
|
||||
Reference in New Issue
Block a user