From bb4d4ee772d07a9eefa10b856673dd8855ec153d Mon Sep 17 00:00:00 2001 From: Cursor <102828457+theselfish@users.noreply.github.com> Date: Sun, 26 Oct 2025 23:32:32 +0000 Subject: [PATCH] Adds a examine tag for reskinnable items. (#93638) ## About The Pull Request image ## Why It's Good For The Game Things should be known. Thanks to Tonty for handholding me through this. ## Changelog :cl: qol: Reskinnable items now have a /:cl: --- code/game/objects/items.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/game/objects/items.dm b/code/game/objects/items.dm index 14c7684c6f9..71124ac2faa 100644 --- a/code/game/objects/items.dm +++ b/code/game/objects/items.dm @@ -458,6 +458,9 @@ else if (siemens_coefficient <= 0.5) .["partially insulated"] = "It is made from a poor insulator that will dampen (but not fully block) electric shocks passing through it." + if(LAZYLEN(unique_reskin) && !current_skin) + .["reskinnable"] = "This item is able to be reskinned! Alt-Click to do so!" + /obj/item/examine_descriptor(mob/user) return "item"