This commit is contained in:
lolman360
2020-08-09 15:26:08 +10:00
parent f545434f65
commit 50448549fb
6 changed files with 28 additions and 2 deletions
+10 -1
View File
@@ -21,7 +21,7 @@
desc = "An expensive ring, studded with a diamond. Cultures have used these rings in courtship for a millenia."
icon_state = "ringdiamond"
item_state = "dring"
/obj/item/clothing/gloves/ring/diamond/attack_self(mob/user)
user.visible_message("<span class='warning'>\The [user] gets down on one knee, presenting \the [src].</span>","<span class='warning'>You get down on one knee, presenting \the [src].</span>")
@@ -30,3 +30,12 @@
desc = "A tiny silver ring, sized to wrap around a finger."
icon_state = "ringsilver"
item_state = "sring"
/obj/item/clothing/gloves/ring/custom
name = " ring"
desc = "A ring."
gender = NEUTER
w_class = WEIGHT_CLASS_TINY
obj_flags = UNIQUE_RENAME
icon_state = "ringsilver"
item_state = "sring"