From c15a7c86a96e4e00077d2b2bd7017d4cdf72ec38 Mon Sep 17 00:00:00 2001 From: TullyBurnalot Date: Sun, 14 May 2017 14:42:56 +0100 Subject: [PATCH] Fixes Disposal Bin Light --- code/modules/recycling/disposal.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/recycling/disposal.dm b/code/modules/recycling/disposal.dm index 961edb70450..6a97d71ed68 100644 --- a/code/modules/recycling/disposal.dm +++ b/code/modules/recycling/disposal.dm @@ -467,6 +467,7 @@ I.loc = src for(var/mob/M in viewers(src)) M.show_message("\the [I] lands in \the [src].", 3) + update() else for(var/mob/M in viewers(src)) M.show_message("\the [I] bounces off of \the [src]'s rim!.", 3)