Skip to content

Commit

Permalink
hope this works
Browse files Browse the repository at this point in the history
  • Loading branch information
XeonMations committed Sep 10, 2024
1 parent 3ab5ae3 commit 953614a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions code/game/objects/items/devices/taperecorder.dm
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,6 @@
return "<span class='notice'><b>[mins]</b>m <b>[secs]</b>s</span>"
return "<span class='notice'><b>NO TAPE INSERTED</b></span>"

/obj/item/taperecorder/AltClick(mob/user)
. = ..()
if(!can_interact(user))
return
play()

/obj/item/taperecorder/proc/update_available_icons()
icons_available = list()

Expand Down
1 change: 1 addition & 0 deletions interface/stylesheet.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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;}
</style>"}

0 comments on commit 953614a

Please sign in to comment.