mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 19:15:11 +01:00
@@ -228,12 +228,12 @@
|
||||
/obj/item/clothing/gloves/fluff/morsleeves,
|
||||
/obj/item/clothing/under/fluff/morunder)
|
||||
|
||||
// Mewchild: Phi Vietsi
|
||||
/obj/item/weapon/storage/box/fluff/vietsi
|
||||
// Mewchild: Phi Ahkeen
|
||||
/obj/item/weapon/storage/box/fluff/phi
|
||||
name = "Phi's Personal Items"
|
||||
has_items = list(
|
||||
/obj/item/clothing/accessory/medal/bronze_heart,
|
||||
/obj/item/clothing/gloves/ring/seal/signet/fluff/vietsi)
|
||||
/obj/item/clothing/gloves/ring/seal/signet/fluff/phi)
|
||||
|
||||
// Tabiranth: Ascian
|
||||
/obj/item/weapon/grenade/spawnergrenade/spirit
|
||||
|
||||
@@ -1689,16 +1689,15 @@ Departamental Swimsuits, for general use
|
||||
icon_state = "kilanosuit_p"
|
||||
item_state = "kilanosuit_p"
|
||||
|
||||
//Mewchild: Phi Vietsi
|
||||
/obj/item/clothing/gloves/ring/seal/signet/fluff/vietsi
|
||||
name = "Phi Vietsi's Bone Signet Ring"
|
||||
desc = "A signet ring belonging to Phi Vietsi, carved from the bones of something long extinct, as a ward against bad luck."
|
||||
var/signet_name = "Phi Vietsi"
|
||||
//Mewchild: Phi Ahkeen
|
||||
/obj/item/clothing/gloves/ring/seal/signet/fluff/phi
|
||||
name = "Phi's Bone Signet Ring"
|
||||
desc = "A signet ring belonging to Phi, carved from the bones of something long extinct, as a ward against bad luck."
|
||||
|
||||
icon = 'icons/vore/custom_clothes_vr.dmi'
|
||||
icon_state = "vietsi_ring"
|
||||
icon_state = "phi_ring"
|
||||
|
||||
/obj/item/clothing/gloves/ring/seal/signet/fluff/vietsi/change_name(var/signet_name = "Unknown")
|
||||
/obj/item/clothing/gloves/ring/seal/signet/fluff/phi/change_name(var/signet_name = "Unknown")
|
||||
name = "[signet_name]'s Bone Signet Ring"
|
||||
desc = "A signet ring belonging to [signet_name], carved from the bones of something long extinct, as a ward against bad luck."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user