Skip to content

Commit

Permalink
missed one whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
GrrrKitten committed Feb 28, 2024
1 parent e258d1d commit 7ff8b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/fax_machine.dm
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ GLOBAL_LIST_EMPTY(alldepartments)
if(original_fax || scan)
to_chat(user, SPAN_NOTICE("There is still something in [src]. Remove it before you pick it up."))
return
to_chat(user, "You begin to pick up [src]...")
to_chat(user, SPAN_NOTICE("You begin to pick up [src]..."))
if(do_after(user, 4.5 SECONDS, INTERRUPT_ALL|BEHAVIOR_IMMOBILE, BUSY_ICON_BUILD))
playsound(src.loc, 'sound/items/Ratchet.ogg', 25, 1)
to_chat(user, SPAN_NOTICE("You pick up [src]."))
Expand Down

0 comments on commit 7ff8b3c

Please sign in to comment.