From 501b72a3eeb4e032ec1ec1842e78f0c0bc1659be Mon Sep 17 00:00:00 2001 From: SatinIsle <98125273+SatinIsle@users.noreply.github.com> Date: Mon, 12 Jan 2026 17:39:01 +0000 Subject: [PATCH] Fix ddraig description (#19008) Fixes the ddraig description that I forgot to update from the placeholder. --- code/modules/mob/living/simple_mob/subtypes/glamour/ddraig.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_mob/subtypes/glamour/ddraig.dm b/code/modules/mob/living/simple_mob/subtypes/glamour/ddraig.dm index db08ab0eda..2c93ba51fe 100644 --- a/code/modules/mob/living/simple_mob/subtypes/glamour/ddraig.dm +++ b/code/modules/mob/living/simple_mob/subtypes/glamour/ddraig.dm @@ -1,6 +1,6 @@ /mob/living/simple_mob/vore/ddraig name = "ddraig" - desc = "A massive drake-like creature with dark purple scales and a seemingly exposed skull." + desc = "A massive, slender dragon like creature. It's body is covered in slick, vibrant pink scales. Atop its back sits large, thin white wings that are reminiscent of those scene on butterflies." tt_desc = "Draconis glamoris" icon = 'icons/mob/vore96x96.dmi' icon_dead = "ddraig-dead"