diff --git a/code/modules/clothing/spacesuits/plasmamen.dm b/code/modules/clothing/spacesuits/plasmamen.dm index 3b1ef103d98..eb7abd8f4e5 100644 --- a/code/modules/clothing/spacesuits/plasmamen.dm +++ b/code/modules/clothing/spacesuits/plasmamen.dm @@ -282,9 +282,9 @@ /obj/item/clothing/head/helmet/space/plasmaman/tacticool/examine(mob/user) . = ..() if(!reskinned) - . += "You can Alt-Click to reskin it when held." + . += "You can Ctrl-Shift-Click to reskin it when held." -/obj/item/clothing/head/helmet/space/plasmaman/tacticool/AltClick(mob/user) +/obj/item/clothing/head/helmet/space/plasmaman/tacticool/CtrlShiftClick(mob/user) ..() if(HAS_TRAIT(user, TRAIT_HANDS_BLOCKED)) to_chat(user, "You can't do that right now!")