From 7f4eec0cf92cd724756f6a32fbbf00e731fac66a Mon Sep 17 00:00:00 2001 From: kcin2001 Date: Thu, 31 Aug 2017 18:48:59 -0700 Subject: [PATCH] adds harpy markings --- code/modules/mob/new_player/sprite_accessories_vr.dm | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/code/modules/mob/new_player/sprite_accessories_vr.dm b/code/modules/mob/new_player/sprite_accessories_vr.dm index b57ee08be88..9c4793c4a34 100644 --- a/code/modules/mob/new_player/sprite_accessories_vr.dm +++ b/code/modules/mob/new_player/sprite_accessories_vr.dm @@ -639,6 +639,18 @@ color_blend_mode = ICON_MULTIPLY body_parts = list(BP_L_FOOT,BP_R_FOOT,BP_L_HAND,BP_R_HAND) + harpy_feathers + name = "Harpy Feathers" + icon_state = "harpy-feathers" + color_blend_mode = ICON_MULTIPLY + body_parts = list(BP_L_LEG,BP_R_LEG) + + harpy_legs + name = "Harpy legs" + icon_state = "harpy-leg" + color_blend_mode = ICON_MULTIPLY + body_parts = list(BP_L_FOOT,BP_R_FOOT,BP_L_LEG,BP_R_LEG) + alurane name = "Alurane Body" icon_state = "alurane"