mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 07:33:34 +01:00
Changes slot number defines from lowercase to all uppercase (#22297)
* undo all of it * flags * back * head/mask * left * right * Cuffs * other name changes * ID and PDA * idk about calling them SLOT_HUD now * glasses, gloves, and shoes, oh my! * the rest * comment
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
/datum/gear/accessory
|
||||
main_typepath = /datum/gear/accessory
|
||||
slot = slot_tie
|
||||
slot = SLOT_HUD_TIE
|
||||
sort_category = "Accessories"
|
||||
|
||||
/datum/gear/accessory/scarf
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
/datum/gear/glasses
|
||||
main_typepath = /datum/gear/glasses
|
||||
slot = slot_glasses
|
||||
slot = SLOT_HUD_GLASSES
|
||||
sort_category = "Glasses"
|
||||
|
||||
/datum/gear/glasses/sunglasses
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
/datum/gear/gloves
|
||||
main_typepath = /datum/gear/gloves
|
||||
slot = slot_gloves
|
||||
slot = SLOT_HUD_GLOVES
|
||||
sort_category = "Gloves"
|
||||
|
||||
/datum/gear/gloves/fingerless
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
/datum/gear/hat
|
||||
main_typepath = /datum/gear/hat
|
||||
slot = slot_head
|
||||
slot = SLOT_HUD_HEAD
|
||||
sort_category = "Headwear"
|
||||
|
||||
/datum/gear/hat/hhat_yellow
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
display_name = "Embroidered veil"
|
||||
description = "A common traditional nano-fiber veil worn by many Tajaran, It is rare and offensive to see it on other races."
|
||||
path = /obj/item/clothing/glasses/tajblind
|
||||
slot = slot_glasses
|
||||
slot = SLOT_HUD_GLASSES
|
||||
|
||||
/datum/gear/racial/taj/sec
|
||||
display_name = "Sleek veil"
|
||||
@@ -57,4 +57,4 @@
|
||||
/datum/gear/racial/footwraps
|
||||
display_name = "Cloth footwraps"
|
||||
path = /obj/item/clothing/shoes/footwraps
|
||||
slot = slot_shoes
|
||||
slot = SLOT_HUD_SHOES
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
/datum/gear/shoes
|
||||
main_typepath = /datum/gear/shoes
|
||||
slot = slot_shoes
|
||||
slot = SLOT_HUD_SHOES
|
||||
sort_category = "Shoes"
|
||||
|
||||
/datum/gear/shoes/sandals
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
/datum/gear/suit
|
||||
main_typepath = /datum/gear/suit
|
||||
slot = slot_wear_suit
|
||||
slot = SLOT_HUD_OUTER_SUIT
|
||||
sort_category = "External Wear"
|
||||
|
||||
//WINTER COATS
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
// Uniform slot
|
||||
/datum/gear/uniform
|
||||
main_typepath = /datum/gear/uniform
|
||||
slot = slot_w_uniform
|
||||
slot = SLOT_HUD_JUMPSUIT
|
||||
sort_category = "Uniforms and Casual Dress"
|
||||
|
||||
/datum/gear/uniform/suit
|
||||
|
||||
Reference in New Issue
Block a user