mirror of
https://github.com/Yawn-Wider/YWPolarisVore.git
synced 2026-08-25 05:57:21 +01:00
Merge branch 'release' of https://github.com/VOREStation/VOREStation into izac
This commit is contained in:
@@ -851,6 +851,12 @@
|
||||
ckeywhitelist = list("pandora029")
|
||||
character_name = list("Seona Young")
|
||||
|
||||
/datum/gear/fluff/seona_big_plushie
|
||||
path = /obj/item/toy/plushie/fluff/seona_mofuorb
|
||||
display_name = "comically oversized fox plushie"
|
||||
ckeywhitelist = list("pandora029")
|
||||
character_name = list("Seona Young")
|
||||
|
||||
/datum/gear/fluff/lily_medal
|
||||
path = /obj/item/clothing/accessory/medal/silver/unity
|
||||
display_name = "Lily's Unity Medal"
|
||||
|
||||
@@ -122,6 +122,21 @@
|
||||
"red emblem" = /obj/item/clothing/accessory/altevian_badge/aquila/hydrogen)
|
||||
gear_tweaks += new/datum/gear_tweak/path(sortAssoc(badges))
|
||||
|
||||
/datum/gear/suit/altevian_officer_suit
|
||||
description = "A comfortable official suit for altevian command officers."
|
||||
display_name = "altevian officer's suit selection, site manager"
|
||||
whitelisted = SPECIES_ALTEVIAN
|
||||
allowed_roles = list("Site Manager")
|
||||
sort_category = "Xenowear"
|
||||
|
||||
/datum/gear/suit/altevian_officer_suit/New()
|
||||
..()
|
||||
var/list/suits = list()
|
||||
for(var/ratsuit in typesof(/obj/item/clothing/suit/captunic/capjacket/altevian_admiral))
|
||||
var/obj/item/clothing/suit/captunic/capjacket/altevian_admiral/specific_ratsuit = ratsuit
|
||||
suits[initial(specific_ratsuit.name)] = specific_ratsuit
|
||||
gear_tweaks += new/datum/gear_tweak/path(sortAssoc(suits))
|
||||
|
||||
// Taur stuff
|
||||
/datum/gear/suit/taur/drake_cloak
|
||||
display_name = "drake cloak (Drake-taur)"
|
||||
|
||||
Reference in New Issue
Block a user