From 2566cfe8b665f95c95056dbdc540ce43462fc53b Mon Sep 17 00:00:00 2001 From: Wickedtemp Date: Sat, 4 Mar 2017 18:35:18 -0600 Subject: [PATCH] Fluff item change for Tempest It changes the examine text and the item name for Tempest's Medical Hud, from 'Purple MedHUD' to 'Tempest's MedHUD'. --- code/modules/vore/fluffstuff/custom_clothes_vr.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/vore/fluffstuff/custom_clothes_vr.dm b/code/modules/vore/fluffstuff/custom_clothes_vr.dm index 904cf4ab51d..160b1f25b50 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm @@ -233,8 +233,8 @@ //wickedtemp:chakat tempest /obj/item/clothing/glasses/hud/health/fluff/wickedtemphud - name = "Purple MedHUD" - desc = "A standard Medical HUD, only this one is colored purple with a violet lens." + name = "Tempest's MedHUD" + desc = "A standard Medical HUD, only this one is colored purple with a violet lens with a quote inscribed: A doctor sees the weakness in all of humanity" icon = 'icons/vore/custom_clothes_vr.dmi' icon_state = "healthhud"