mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 19:52:40 +00:00
Updates Fluff ring so gloves can be worn over it, and so it functions as a stamp (similar to normal signet ring)
This commit is contained in:
@@ -1689,7 +1689,7 @@ Departamental Swimsuits, for general use
|
|||||||
species_restricted = null
|
species_restricted = null
|
||||||
|
|
||||||
//Mewchild: Phi Vietsi
|
//Mewchild: Phi Vietsi
|
||||||
/obj/item/clothing/gloves/fluff/vietsi
|
/obj/item/clothing/gloves/ring/seal/fluff/vietsi
|
||||||
name = "signet ring"
|
name = "signet ring"
|
||||||
desc = "A signet ring carved from the bones of something long extinct, as a ward against bad luck."
|
desc = "A signet ring carved from the bones of something long extinct, as a ward against bad luck."
|
||||||
|
|
||||||
@@ -1697,7 +1697,7 @@ Departamental Swimsuits, for general use
|
|||||||
icon_state = "vietsi_ring"
|
icon_state = "vietsi_ring"
|
||||||
var/nameset = 0
|
var/nameset = 0
|
||||||
|
|
||||||
/obj/item/clothing/gloves/fluff/vietsi/attack_self(mob/user)
|
/obj/item/clothing/gloves/ring/seal/fluff/vietsi/attack_self(mob/user)
|
||||||
if(nameset)
|
if(nameset)
|
||||||
to_chat(user, "<span class='notice'>The [src] has already been claimed!</span>")
|
to_chat(user, "<span class='notice'>The [src] has already been claimed!</span>")
|
||||||
return
|
return
|
||||||
@@ -1706,7 +1706,7 @@ Departamental Swimsuits, for general use
|
|||||||
change_name(user)
|
change_name(user)
|
||||||
nameset = 1
|
nameset = 1
|
||||||
|
|
||||||
/obj/item/clothing/gloves/fluff/vietsi/proc/change_name(var/signet_name = "Unknown")
|
/obj/item/clothing/gloves/ring/seal/fluff/vietsi/proc/change_name(var/signet_name = "Unknown")
|
||||||
name = "[signet_name]'s Bone Signet Ring"
|
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."
|
desc = "A signet ring belonging to [signet_name], carved from the bones of something long extinct, as a ward against bad luck."
|
||||||
|
|
||||||
|
|||||||
@@ -498,7 +498,7 @@ item_path: /obj/item/weapon/implanter/reagent_generator/savannah
|
|||||||
{
|
{
|
||||||
ckey: mewchild
|
ckey: mewchild
|
||||||
character_name: Phi Vietsi
|
character_name: Phi Vietsi
|
||||||
item_path: /obj/item/clothing/gloves/fluff/vietsi
|
item_path: /obj/item/clothing/gloves/ring/seal/fluff/vietsi
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user