From 9be4d8af9748ec603fdbc42799509340c8594f6d Mon Sep 17 00:00:00 2001 From: LordNest <77477080+LordNest@users.noreply.github.com> Date: Sun, 14 Jan 2024 22:33:40 +0400 Subject: [PATCH] Update maps/sierra/structures/other.dm Co-authored-by: SuhEugene <32931701+SuhEugene@users.noreply.github.com> --- maps/sierra/structures/other.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maps/sierra/structures/other.dm b/maps/sierra/structures/other.dm index 58488c930665f..7524a2147b50a 100644 --- a/maps/sierra/structures/other.dm +++ b/maps/sierra/structures/other.dm @@ -27,7 +27,7 @@ if(isWelder(W)) var/obj/item/weldingtool/WT = W if(WT.remove_fuel(0, user)) - overlays.Cut() + ClearOverlays() bulletholes.Cut() hp = initial(hp) to_chat(usr, "You slice off [src]'s uneven chunks of aluminium and scorch marks.")