Skip to content

Commit

Permalink
AAAAAAAAA
Browse files Browse the repository at this point in the history
  • Loading branch information
Gw0sty committed Jan 29, 2025
1 parent 68b091e commit e94fb46
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@
return
create_request(user, card)

/obj/machinery/slime_extract_requestor/screwdriver_act(mob/living/user, obj/item/tool)
. = ..()
return TRUE
if(processing)
to_chat(user, span_warning("\The [src] is currently processing! Please wait for process to finish"))
return FALSE
return default_deconstruction_screwdriver(user, "civilian_pad_maintence", "civilian_pad", I)

/obj/machinery/slime_extract_requestor/multitool_act(mob/living/user, obj/item/tool)
if(!panel_open)
return
Expand Down

0 comments on commit e94fb46

Please sign in to comment.