whoops...

This commit is contained in:
Contrabang
2022-10-04 14:14:01 -04:00
parent a8e5e1dae0
commit 656361e10c
+1 -1
View File
@@ -1332,7 +1332,7 @@
if(mode == FALSE)
to_chat(user, "<span class='notice'>You remove the screws around the power connection</span>.")
else if(mode == TRUE)
to_chat(user, <span class='notice'>"You attach the screws around the power connection.</span>")
to_chat(user, "<span class='notice'>You attach the screws around the power connection.</span>")
I.play_tool_sound(src)
mode = !mode
return TRUE