From 486defa5fe2d167037f5f7fbcbf1983c8c7961ef Mon Sep 17 00:00:00 2001 From: SoundScopes Date: Sat, 20 Dec 2014 16:05:29 +0000 Subject: [PATCH] Wrenchable machines --- code/modules/recycling/disposal-construction.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/recycling/disposal-construction.dm b/code/modules/recycling/disposal-construction.dm index 8b123b93..8b54758e 100644 --- a/code/modules/recycling/disposal-construction.dm +++ b/code/modules/recycling/disposal-construction.dm @@ -241,6 +241,7 @@ else density = 1 // We don't want disposal bins or outlets to go density 0 user << "You attach the [nicetype] to the underfloor." + anchored = 1 playsound(src.loc, 'sound/items/Ratchet.ogg', 100, 1) update()