Skip to content

Commit

Permalink
minor qol
Browse files Browse the repository at this point in the history
  • Loading branch information
Gboster-0 committed Apr 9, 2024
1 parent 7ada009 commit b0d5330
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
/obj/structure/altrefiner/attackby(obj/item/I, mob/living/user, params)
. = ..()
if(!requires_item)
to_chat(user, span_warning("This machine does not accept objects!"))
playsound(get_turf(src), 'sound/machines/terminal_prompt_deny.ogg', 50, TRUE)
to_chat(user, span_notice("This machine does not accept objects, so instead you touched it"))
attack_hand(user)
return FALSE

if(officer_only && user?.mind?.assigned_role != "Extraction Officer")
Expand Down

0 comments on commit b0d5330

Please sign in to comment.