mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
@@ -1,18 +0,0 @@
|
||||
// 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
|
||||
@@ -1,14 +0,0 @@
|
||||
|
||||
/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'
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 498 B |
@@ -4587,7 +4587,6 @@
|
||||
#include "modular_chomp\code\modules\client\preference_setup\global\setting_datums.dm"
|
||||
#include "modular_chomp\code\modules\client\preference_setup\loadout\gear_tweaks.dm"
|
||||
#include "modular_chomp\code\modules\client\preference_setup\loadout\loadout_general.dm"
|
||||
#include "modular_chomp\code\modules\client\preference_setup\loadout\loadout_gloves_ch.dm"
|
||||
#include "modular_chomp\code\modules\client\preference_setup\loadout\loadout_shoes.dm"
|
||||
#include "modular_chomp\code\modules\client\preference_setup\loadout\loadout_suit.dm"
|
||||
#include "modular_chomp\code\modules\client\preference_setup\loadout\loadout_xeno.dm"
|
||||
@@ -4595,7 +4594,6 @@
|
||||
#include "modular_chomp\code\modules\clothing\clothing_icons.dm"
|
||||
#include "modular_chomp\code\modules\clothing\gateway\gateway.dm"
|
||||
#include "modular_chomp\code\modules\clothing\masks\hailer.dm"
|
||||
#include "modular_chomp\code\modules\clothing\rings\rings_ch.dm"
|
||||
#include "modular_chomp\code\modules\clothing\spacesuits\rig\.behemoth.dm"
|
||||
#include "modular_chomp\code\modules\clothing\spacesuits\rig\clockwork_ch.dm"
|
||||
#include "modular_chomp\code\modules\clothing\spacesuits\rig\precursor.dm"
|
||||
|
||||
Reference in New Issue
Block a user