Revert "Revert "New rings""

This reverts commit e10f2a1f99.
This commit is contained in:
Rakkun
2023-07-17 06:30:29 -03:00
parent e10f2a1f99
commit b186910ca0
4 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
// Example:
// /datum/gear/gloves
// display_name = "gloves, black"
// description = "Choose from a number of rings."
// path = /obj/item/clothing/gloves/black
// cost = 1
// slot = slot_gloves
// sort_category = "Gloves and Handwear"
/datum/gear/gloves/ringworld1
display_name = "world gem ring"
path = /obj/item/clothing/gloves/ring/ringworld1
cost = 1
/datum/gear/gloves/ringworld2
display_name = "world ring"
path = /obj/item/clothing/gloves/ring/ringworld2
cost = 1

View File

@@ -0,0 +1,14 @@
/obj/item/clothing/gloves/ring/ringworld1
name = "world gem ring"
desc = "A ring that has a tiny world inside its glassy gem. You can even see clouds moving."
icon = 'modular_chomp/icons/inventory/hands/item_ch.dmi'
icon_state = "ringworld1"
drop_sound = 'sound/items/drop/ring.ogg'
/obj/item/clothing/gloves/ring/ringworld2
name = "world ring"
desc = "A ring that has a tiny landscape all around its exterior. You can even see clouds moving."
icon = 'modular_chomp/icons/inventory/hands/item_ch.dmi'
icon_state = "ringworld2"
drop_sound = 'sound/items/drop/ring.ogg'