Huge Typo

Also Regex was glogged
This commit is contained in:
ReoDaProtovali
2024-09-11 04:44:51 -05:00
parent 97e416170b
commit 442f160600
171 changed files with 364 additions and 364 deletions
+1 -1
View File
@@ -54,7 +54,7 @@
sleep(5)
icon_state = initial(icon_state)
updateUsrDialog()
else if(P.tool_behavior == TOOL_WRENCH)
else if(P.tool_behaviour == TOOL_WRENCH)
to_chat(user, "<span class='notice'>You begin to [anchored ? "unwrench" : "wrench"] [src].</span>")
if(P.use_tool(src, user, 20, volume=50))
to_chat(user, "<span class='notice'>You successfully [anchored ? "unwrench" : "wrench"] [src].</span>")
+1 -1
View File
@@ -59,7 +59,7 @@
storedcutter = P
update_icon()
return
if(P.tool_behavior == TOOL_SCREWDRIVER && storedcutter)
if(P.tool_behaviour == TOOL_SCREWDRIVER && storedcutter)
P.play_tool_sound(src)
to_chat(user, "<span class='notice'>[storedcutter] has been [cuttersecured ? "unsecured" : "secured"].</span>")
cuttersecured = !cuttersecured