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 504f789420.

* Adds a helpful description to Tajaran veils
This commit is contained in:
serapher
2026-07-07 23:21:54 +00:00
committed by GitHub
parent f532c2f99d
commit 52ca8b2c01
@@ -24,6 +24,7 @@
/obj/item/clothing/glasses/hud/tajblind/examine()
. = ..()
. += SPAN_NOTICE("You can <b>Ctrl-Shift-Click</b> [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(..())