mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-25 06:08:00 +01:00
unused
This commit is contained in:
@@ -69,11 +69,6 @@ GLOBAL_LIST_EMPTY(loadout_whitelist_ids)
|
||||
|
||||
var/restricted_desc
|
||||
|
||||
//skyrat edit
|
||||
var/has_colors = FALSE
|
||||
var/color = "#FFFFFF"
|
||||
//
|
||||
|
||||
/datum/gear/New()
|
||||
if(isnull(donoritem))
|
||||
if(donator_group_id || ckeywhitelist)
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
category = LOADOUT_CATEGORY_GENERAL_UNDER
|
||||
subcategory = LOADOUT_SUBCATEGORY_UNDERWEAR
|
||||
slot = ITEM_SLOT_UNDERWEAR
|
||||
has_colors = TRUE
|
||||
path = /obj/item/clothing/underwear/briefs
|
||||
cost = 0
|
||||
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
name = "Hand mirror"
|
||||
description = "Used for looking at your own pretty face."
|
||||
path = /obj/item/handmirror
|
||||
has_colors = FALSE
|
||||
cost = 1
|
||||
|
||||
/datum/gear/hands/razor
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
category = LOADOUT_CATEGORY_GENERAL_UNDER
|
||||
subcategory = LOADOUT_SUBCATEGORY_SHIRT
|
||||
slot = ITEM_SLOT_SHIRT
|
||||
has_colors = TRUE
|
||||
path = /obj/item/clothing/underwear/shirt
|
||||
cost = 0
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
category = LOADOUT_CATEGORY_GENERAL_UNDER
|
||||
subcategory = LOADOUT_SUBCATEGORY_SOCKS
|
||||
slot = ITEM_SLOT_SOCKS
|
||||
has_colors = TRUE
|
||||
path = /obj/item/clothing/underwear/socks
|
||||
cost = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user