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
@@ -97,7 +97,7 @@
/obj/structure/transit_tube/station/attackby(obj/item/W, mob/user, params)
if(W.tool_behavior == TOOL_CROWBAR)
if(W.tool_behaviour == TOOL_CROWBAR)
for(var/obj/structure/transit_tube_pod/P in loc)
P.deconstruct(FALSE, user)
else
@@ -37,7 +37,7 @@
deconstruct(FALSE)
/obj/structure/transit_tube/attackby(obj/item/W, mob/user, params)
if(W.tool_behavior == TOOL_WRENCH)
if(W.tool_behaviour == TOOL_WRENCH)
if(tube_construction)
for(var/obj/structure/transit_tube_pod/pod in src.loc)
to_chat(user, "<span class='warning'>Remove the pod first!</span>")
@@ -50,7 +50,7 @@
transfer_fingerprints_to(R)
R.add_fingerprint(user)
qdel(src)
else if(W.tool_behavior == TOOL_CROWBAR)
else if(W.tool_behaviour == TOOL_CROWBAR)
for(var/obj/structure/transit_tube_pod/pod in src.loc)
pod.attackby(W, user)
else
@@ -27,7 +27,7 @@
icon_state = "pod"
/obj/structure/transit_tube_pod/attackby(obj/item/I, mob/user, params)
if(I.tool_behavior == TOOL_CROWBAR)
if(I.tool_behaviour == TOOL_CROWBAR)
if(!moving)
I.play_tool_sound(src)
if(contents.len)