sirryan review two

This commit is contained in:
Contrabang
2022-10-04 13:59:04 -04:00
parent 668f8f5307
commit a8e5e1dae0
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -48,7 +48,7 @@
default_deconstruction_crowbar(user, O)
return
. = ..()
return ..()
/obj/machinery/prize_counter/screwdriver_act(mob/living/user, obj/item/I)
if(!anchored)
@@ -137,11 +137,11 @@
return
/mob/living/simple_animal/bot/mulebot/screwdriver_act(mob/living/user, obj/item/I)
. = ..()
if(open)
on = FALSE
update_controls()
update_icon()
return TRUE
/mob/living/simple_animal/bot/mulebot/emag_act(mob/user)
if(emagged < 1)
+2 -2
View File
@@ -1330,9 +1330,9 @@
add_fingerprint(user)
if(mode == FALSE)
to_chat(user, "You remove the screws around the power connection.")
to_chat(user, "<span class='notice'>You remove the screws around the power connection</span>.")
else if(mode == TRUE)
to_chat(user, "You attach the screws around the power connection.")
to_chat(user, <span class='notice'>"You attach the screws around the power connection.</span>")
I.play_tool_sound(src)
mode = !mode
return TRUE