mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
Fix missing pixels in new hairstyle (#20828)
See title- the new haircuts leave two pixels of the head uncovered, this fixes that. My bad, know better testing now... :(
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
cane["cane"] = /obj/item/cane
|
||||
cane["telescopic cane"] = /obj/item/cane/telecane
|
||||
cane["crutch"] = /obj/item/cane/crutch
|
||||
cane["white cane"] = /obj/item/cane/telecane/white
|
||||
cane["white cane"] = /obj/item/cane/white
|
||||
gear_tweaks += new /datum/gear_tweak/path(cane)
|
||||
|
||||
/datum/gear/flask
|
||||
|
||||
@@ -216,12 +216,6 @@ ABSTRACT_TYPE(/datum/gear/religion/dominia)
|
||||
dominiaicon["icon of the martyr, valeria"] = /obj/item/sign/painting_frame/martyr/valeria
|
||||
gear_tweaks += new /datum/gear_tweak/path(dominiaicon)
|
||||
|
||||
/datum/gear/religion/dominia/lyodii_deck
|
||||
display_name = "lyodii fatesayer cards"
|
||||
description = "A leather box holding a complete deck of Fatesayer cards, used by the people of the Lyod to tell one's fate."
|
||||
path = /obj/item/storage/box/lyodii
|
||||
culture_restriction = list(/singleton/origin_item/culture/dominia)
|
||||
|
||||
ABSTRACT_TYPE(/datum/gear/religion/assunzione)
|
||||
religion = RELIGION_LUCEISM
|
||||
|
||||
|
||||
@@ -528,22 +528,3 @@ ABSTRACT_TYPE(/datum/gear/accessory/diona)
|
||||
jizixi["jizixi dress, white"] = /obj/item/clothing/under/unathi/jizixi/white
|
||||
jizixi["jizixi dress, orange"] = /obj/item/clothing/under/unathi/jizixi/orange
|
||||
gear_tweaks += new /datum/gear_tweak/path(jizixi)
|
||||
|
||||
/datum/gear/accessory/consortium_passport
|
||||
display_name = "consortium of hieroaetheria passport"
|
||||
path = /obj/item/clothing/accessory/badge/passport/consortium
|
||||
whitelisted = list(SPECIES_DIONA, SPECIES_DIONA_COEUS, SPECIES_SKRELL, SPECIES_SKRELL_AXIORI)
|
||||
sort_category = "Xenowear - Diona"
|
||||
|
||||
/datum/gear/accessory/alt_consortium_passport
|
||||
display_name = "non-consortium hieroaetherian passport selection"
|
||||
path = /obj/item/clothing/accessory/badge/passport/dionaunion
|
||||
whitelisted = list(SPECIES_DIONA, SPECIES_DIONA_COEUS)
|
||||
sort_category = "Xenowear - Diona"
|
||||
|
||||
/datum/gear/accessory/alt_consortium_passport/New()
|
||||
..()
|
||||
var/list/diona_passport = list()
|
||||
diona_passport["union of gla'orr passport"] = /obj/item/clothing/accessory/badge/passport/dionaunion
|
||||
diona_passport["eternal republic of the ekane passport"] = /obj/item/clothing/accessory/badge/passport/eternalrepublic
|
||||
gear_tweaks += new /datum/gear_tweak/path(diona_passport)
|
||||
|
||||
@@ -58,25 +58,6 @@
|
||||
guildmantles["fishing league mantle"] = /obj/item/clothing/accessory/poncho/unathimantle/fisher
|
||||
gear_tweaks += new /datum/gear_tweak/path(guildmantles)
|
||||
|
||||
/datum/gear/suit/unathi_scaleshields
|
||||
display_name = "scaleshield selection"
|
||||
description = "A collection of reinforced canvas and fabric covers worn by Dominian Unathi."
|
||||
path = /obj/item/clothing/accessory/poncho/scaleshield
|
||||
cost = 1
|
||||
whitelisted = list(SPECIES_UNATHI)
|
||||
origin_restriction = list(/singleton/origin_item/origin/dominian_unathi)
|
||||
sort_category = "Xenowear - Unathi"
|
||||
flags = GEAR_HAS_COLOR_SELECTION
|
||||
|
||||
/datum/gear/suit/unathi_scaleshields/New()
|
||||
..()
|
||||
var/list/scaleshields = list()
|
||||
scaleshields["Colorable Scaleshield"] = /obj/item/clothing/accessory/poncho/scaleshield
|
||||
scaleshields["Landsite Scaleshield"] = /obj/item/clothing/accessory/poncho/scaleshield/LSscaleshield
|
||||
scaleshields["Anvil Towers Scaleshield"] = /obj/item/clothing/accessory/poncho/scaleshield/ATscaleshield
|
||||
scaleshields["Widowtown Scaleshield"] = /obj/item/clothing/accessory/poncho/scaleshield/WTscaleshield
|
||||
gear_tweaks += new /datum/gear_tweak/path(scaleshields)
|
||||
|
||||
/datum/gear/suit/unathi_robe
|
||||
display_name = "roughspun robe"
|
||||
path = /obj/item/clothing/suit/unathi/robe
|
||||
|
||||
Reference in New Issue
Block a user