From 52ca8b2c014337ba1d54e972fff95d8088812756 Mon Sep 17 00:00:00 2001 From: serapher <126386932+Uno657@users.noreply.github.com> Date: Wed, 8 Jul 2026 09:21:54 +1000 Subject: [PATCH] Adds a crafting hint to Tajaran veils' examine text (#32030) * adds the veils to various places * Revert "adds the veils to various places" This reverts commit 504f789420972609aa83f0c669c3503b36641522. * Adds a helpful description to Tajaran veils --- code/modules/clothing/glasses/tajblind.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/clothing/glasses/tajblind.dm b/code/modules/clothing/glasses/tajblind.dm index b3b721f4b3d..2cb37d78571 100644 --- a/code/modules/clothing/glasses/tajblind.dm +++ b/code/modules/clothing/glasses/tajblind.dm @@ -24,6 +24,7 @@ /obj/item/clothing/glasses/hud/tajblind/examine() . = ..() . += SPAN_NOTICE("You can Ctrl-Shift-Click [src] to toggle its electronics if present.") + . += SPAN_NOTICE("You could easily craft a HUD into it.") /obj/item/clothing/glasses/hud/tajblind/activate_self(mob/user) if(..())