From 1e40f4a01ae1eadc5e89f00a2589a2c96599118c Mon Sep 17 00:00:00 2001 From: Riley Date: Fri, 12 Feb 2021 08:14:25 -0500 Subject: [PATCH] Peacock tails! Added comment in code, they want the tails to be unlocked for public at a later date. --- code/modules/vore/appearance/sprite_accessories_vr.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/vore/appearance/sprite_accessories_vr.dm b/code/modules/vore/appearance/sprite_accessories_vr.dm index dac7967208..7fbf2662b7 100644 --- a/code/modules/vore/appearance/sprite_accessories_vr.dm +++ b/code/modules/vore/appearance/sprite_accessories_vr.dm @@ -1,4 +1,4 @@ -/* +ing /* Hello and welcome to VOREStation sprite_accessories: For a more general overview please read sprite_accessories.dm. This file is for ears and tails. This is intended to be friendly for people with little to no actual coding experience. @@ -2101,7 +2101,7 @@ do_colouration = 1 color_blend_mode = ICON_MULTIPLY -/datum/sprite_accessory/tail/peacocktail_red +/datum/sprite_accessory/tail/peacocktail_red //this is ckey locked for now, but prettiebyrd wants these tails to be unlocked at a later date name = "Peacock tail (vwag)" desc = "" icon = "icons/mob/vore/tails_vr.dmi" @@ -2109,7 +2109,7 @@ ani_state = "peacocktail_red_w" ckeys_allowed = list("prettiebyrd") -/datum/sprite_accessory/tail/peacocktail +/datum/sprite_accessory/tail/peacocktail //ditto name = "Peacock tail, colorable (vwag)" desc = "" icon = "icons/mob/vore/tails_vr.dmi"