mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
sirryan review two
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user