Skip to content

Commit

Permalink
yeah
Browse files Browse the repository at this point in the history
  • Loading branch information
Erikafox committed Oct 25, 2024
1 parent 79b3bd1 commit 8030015
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/game/objects/items/devices/taperecorder.dm
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@
to_chat(user, span_notice("You insert [item] into [src]."))
playsound(src, 'sound/items/taperecorder/taperecorder_close.ogg', 50, FALSE)
update_appearance()
if(item.tool_behaviour == TOOL_SCREWDRIVER)
to_chat(usr, span_notice("You [open_panel ? "close" : "open"] [src]s panel."))
open_panel = !open_panel
if(open_panel)
if(is_wire_tool(item))
wires.interact(user)

/obj/item/taperecorder/screwdriver_act(mob/living/user, obj/item/screwdriver)
to_chat(usr, span_notice("You [open_panel ? "close" : "open"] [src]s panel."))
open_panel = !open_panel

/obj/item/taperecorder/proc/eject(mob/user)
if(mytape)
Expand Down

0 comments on commit 8030015

Please sign in to comment.