From 188a59758a8eecf2d5b782f6815ea49bba60c816 Mon Sep 17 00:00:00 2001 From: Kyep Date: Mon, 6 Aug 2018 21:37:51 -0700 Subject: [PATCH] tweak --- code/game/machinery/shieldgen.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/shieldgen.dm b/code/game/machinery/shieldgen.dm index 71ef92c18c6..b8e8b93fc91 100644 --- a/code/game/machinery/shieldgen.dm +++ b/code/game/machinery/shieldgen.dm @@ -275,7 +275,7 @@ else if(istype(get_turf(src), /turf/space)) return //No wrenching these in space! - playsound(loc, W.usesound, 100, 1) + playsound(loc, I.usesound, 100, 1) to_chat(user, "You secure the [src] to the floor!") anchored = 1