mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-15 12:43:13 +00:00
@@ -1678,3 +1678,25 @@ Departamental Swimsuits, for general use
|
|||||||
icon_override = 'icons/vore/custom_clothes_vr.dmi'
|
icon_override = 'icons/vore/custom_clothes_vr.dmi'
|
||||||
item_state = "kilanogloves_mob"
|
item_state = "kilanogloves_mob"
|
||||||
species_restricted = null
|
species_restricted = null
|
||||||
|
|
||||||
|
//Mewchild: Phi Vietsi
|
||||||
|
/obj/item/clothing/gloves/fluff/vietsi
|
||||||
|
name = "signet ring"
|
||||||
|
desc = "A signet ring 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"
|
||||||
|
var/nameset = 0
|
||||||
|
|
||||||
|
/obj/item/clothing/gloves/fluff/vietsi/attack_self(mob/user)
|
||||||
|
if(nameset)
|
||||||
|
to_chat(user, "<span class='notice'>The [src] has already been claimed!</span>")
|
||||||
|
return
|
||||||
|
|
||||||
|
to_chat(user, "<span class='notice'>You claim the [src] as your own!</span>")
|
||||||
|
change_name(user)
|
||||||
|
nameset = 1
|
||||||
|
|
||||||
|
/obj/item/clothing/gloves/fluff/vietsi/proc/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."
|
||||||
@@ -477,6 +477,12 @@ item_path: /obj/item/weapon/implanter/reagent_generator/savannah
|
|||||||
}
|
}
|
||||||
|
|
||||||
# ######## M CKEYS
|
# ######## M CKEYS
|
||||||
|
{
|
||||||
|
ckey: mewchild
|
||||||
|
character_name: Phi Vietsi
|
||||||
|
item_path: /obj/item/clothing/gloves/fluff/vietsi
|
||||||
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
ckey: molenar
|
ckey: molenar
|
||||||
character_name: Uya Kohakuren
|
character_name: Uya Kohakuren
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 181 KiB After Width: | Height: | Size: 182 KiB |
Reference in New Issue
Block a user