mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Merge pull request #7634 from Aurorablade/Victorian
Phantasmic Dreams Victorian Clothing
This commit is contained in:
@@ -949,3 +949,20 @@
|
||||
linked_staff.faith += 5
|
||||
if(linked_staff.faith >= 100) //if this charge puts the staff at or above full, notify the wearer
|
||||
to_chat(H, "<span class='notice'>Faith renewed; ready to convert new followers.</span>")
|
||||
|
||||
/obj/item/clothing/suit/tailcoat
|
||||
name = "victorian tailcoat"
|
||||
desc = "a fancy victorian tailcoat."
|
||||
icon_state = "tailcoat"
|
||||
item_state = "tailcoat"
|
||||
|
||||
/obj/item/clothing/suit/victcoat
|
||||
name = "ladies victorian coat"
|
||||
desc = "a fancy victorian coat."
|
||||
icon_state = "ladiesvictoriancoat"
|
||||
item_state = "ladiesvictoriancoat"
|
||||
|
||||
/obj/item/clothing/suit/victcoat/red
|
||||
name = "ladies red victorian coat"
|
||||
icon_state = "ladiesredvictoriancoat"
|
||||
item_state = "ladiesredvictoriancoat"
|
||||
@@ -787,3 +787,38 @@
|
||||
lefthand_file = 'icons/goonstation/mob/inhands/clothing_lefthand.dmi'
|
||||
righthand_file = 'icons/goonstation/mob/inhands/clothing_righthand.dmi'
|
||||
flags = NODROP
|
||||
|
||||
|
||||
/obj/item/clothing/under/victdress
|
||||
name = "black victorian dress"
|
||||
desc = "a victorian style dress, fancy!."
|
||||
icon_state = "victorianblackdress"
|
||||
item_state = "Victorianblackdress"
|
||||
item_color = "Victorianblackdress"
|
||||
body_parts_covered = UPPER_TORSO|LOWER_TORSO
|
||||
|
||||
/obj/item/clothing/under/victdress/red
|
||||
name = "red victorian dress"
|
||||
icon_state = "victorianreddress"
|
||||
item_state = "victorianreddress"
|
||||
item_color = "victorianreddress"
|
||||
|
||||
/obj/item/clothing/under/victsuit
|
||||
name = "victorian suit"
|
||||
desc = "a victorian style suit, fancy!."
|
||||
icon_state = "victorianvest"
|
||||
item_state = "victorianvest"
|
||||
item_color = "victorianvest"
|
||||
body_parts_covered = UPPER_TORSO|LOWER_TORSO
|
||||
|
||||
/obj/item/clothing/under/victsuit/redblk
|
||||
name = "red and black victorian suit"
|
||||
icon_state = "victorianblred"
|
||||
item_state = "victorianblred"
|
||||
item_color = "victorianblred"
|
||||
|
||||
/obj/item/clothing/under/victsuit/red
|
||||
name = "red victorian suit"
|
||||
icon_state = "victorianredvest"
|
||||
item_state = "victorianredvest"
|
||||
item_color = "victorianredvest"
|
||||
|
||||
Reference in New Issue
Block a user