From 953614aeafd17e26a323337abf14bee1eff355dd Mon Sep 17 00:00:00 2001 From: XeonMations Date: Tue, 10 Sep 2024 06:40:09 +0300 Subject: [PATCH] hope this works --- code/game/objects/items/devices/taperecorder.dm | 6 ------ interface/stylesheet.dm | 1 + 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/code/game/objects/items/devices/taperecorder.dm b/code/game/objects/items/devices/taperecorder.dm index 8c432ae202729..98d6381ede1fb 100644 --- a/code/game/objects/items/devices/taperecorder.dm +++ b/code/game/objects/items/devices/taperecorder.dm @@ -51,12 +51,6 @@ return "[mins]m [secs]s" return "NO TAPE INSERTED" -/obj/item/taperecorder/AltClick(mob/user) - . = ..() - if(!can_interact(user)) - return - play() - /obj/item/taperecorder/proc/update_available_icons() icons_available = list() diff --git a/interface/stylesheet.dm b/interface/stylesheet.dm index dd4a8786dc2f2..8619c149d008c 100644 --- a/interface/stylesheet.dm +++ b/interface/stylesheet.dm @@ -232,4 +232,5 @@ h1.alert, h2.alert {color: #000000;} .monkeyhive {color: #774704;} .monkeylead {color: #774704; font-size: 2;} +.tape_recorder {color: #ff0000; font-family: 'Courier New', cursive, sans-serif;} "}