From 6658e3f53fc4ea17dc9818d281cf0a293e62f9aa Mon Sep 17 00:00:00 2001 From: Verkister Date: Sun, 21 Feb 2021 15:53:53 +0200 Subject: [PATCH] I'm glad we're gonna be the upstream soon --- code/modules/mob/new_player/sprite_accessories_vr.dm | 4 ++-- .../modules/vore/appearance/sprite_accessories_vr.dm | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/code/modules/mob/new_player/sprite_accessories_vr.dm b/code/modules/mob/new_player/sprite_accessories_vr.dm index a221119f290..7bd1ce5717b 100644 --- a/code/modules/mob/new_player/sprite_accessories_vr.dm +++ b/code/modules/mob/new_player/sprite_accessories_vr.dm @@ -524,7 +524,7 @@ /datum/sprite_accessory/facial_hair icon = 'icons/mob/human_face_or_vr.dmi' - var/color_blend_mode = ICON_MULTIPLY + color_blend_mode = ICON_MULTIPLY species_allowed = list(SPECIES_HUMAN, SPECIES_SKRELL, SPECIES_UNATHI, SPECIES_TAJ, SPECIES_TESHARI, SPECIES_NEVREAN, SPECIES_AKULA, SPECIES_SERGAL, SPECIES_FENNEC, SPECIES_ZORREN_HIGH, SPECIES_VULPKANIN, SPECIES_XENOCHIMERA, SPECIES_XENOHYBRID, SPECIES_VASILISSAN, SPECIES_RAPALA, SPECIES_PROTEAN, SPECIES_ALRAUNE, SPECIES_WEREBEAST) //This lets all races use the facial hair styles. shaved @@ -607,7 +607,7 @@ //Reminder: BP_L_FOOT,BP_R_FOOT,BP_L_LEG,BP_R_LEG,BP_L_ARM,BP_R_ARM,BP_L_HAND,BP_R_HAND,BP_TORSO,BP_GROIN,BP_HEAD /datum/sprite_accessory/marking //Override for base markings - var/color_blend_mode = ICON_ADD + color_blend_mode = ICON_ADD /datum/sprite_accessory/marking/vr icon = 'icons/mob/human_races/markings_vr.dmi' diff --git a/code/modules/vore/appearance/sprite_accessories_vr.dm b/code/modules/vore/appearance/sprite_accessories_vr.dm index 06bb7a34cca..2e030fedf38 100644 --- a/code/modules/vore/appearance/sprite_accessories_vr.dm +++ b/code/modules/vore/appearance/sprite_accessories_vr.dm @@ -11,8 +11,8 @@ // Add Additional variable onto sprite_accessory /datum/sprite_accessory // Ckey of person allowed to use this, if defined. - var/list/ckeys_allowed = null - var/apply_restrictions = FALSE //whether to apply restrictions for specific tails/ears/wings + list/ckeys_allowed = null + apply_restrictions = FALSE //whether to apply restrictions for specific tails/ears/wings /* //////////////////////////// @@ -26,7 +26,7 @@ icon = 'icons/mob/vore/ears_vr.dmi' do_colouration = 0 // Set to 1 to blend (ICON_ADD) hair color - var/color_blend_mode = ICON_ADD // Only appliciable if do_coloration = 1 + color_blend_mode = ICON_ADD // Only appliciable if do_coloration = 1 var/extra_overlay // Icon state of an additional overlay to blend in. var/extra_overlay2 var/desc = "You should not see this..." @@ -741,7 +741,7 @@ icon = 'icons/mob/vore/wings_vr.dmi' do_colouration = 0 //Set to 1 to enable coloration using the tail color. - var/color_blend_mode = ICON_ADD // Only appliciable if do_coloration = 1 + color_blend_mode = ICON_ADD // Only appliciable if do_coloration = 1 var/extra_overlay // Icon state of an additional overlay to blend in. var/extra_overlay2 //Tertiary. var/clothing_can_hide = 1 // If true, clothing with HIDETAIL hides it. If the clothing is bulky enough to hide a tail, it should also hide wings. @@ -977,7 +977,7 @@ icon = 'icons/mob/vore/tails_vr.dmi' do_colouration = 0 //Set to 1 to enable coloration using the tail color. - var/color_blend_mode = ICON_ADD // Only appliciable if do_coloration = 1 + color_blend_mode = ICON_ADD // Only appliciable if do_coloration = 1 var/extra_overlay // Icon state of an additional overlay to blend in. var/extra_overlay2 //Tertiary. var/show_species_tail = 0 // If false, do not render species' tail. @@ -2118,7 +2118,7 @@ do_colouration = 0 // Set to 1 to blend (ICON_ADD) hair color var/ignores_lighting = 0 // Whether or not this hair accessory will ignore lighting and glow in the dark. - var/color_blend_mode = ICON_ADD // Only appliciable if do_coloration = 1 + color_blend_mode = ICON_ADD // Only appliciable if do_coloration = 1 var/desc = "You should not see this..." /datum/sprite_accessory/hair_accessory/verie_hair_glow