From 8e03775eec4515a5f299dee5d0ab85de581c1b32 Mon Sep 17 00:00:00 2001 From: Markolie Date: Sat, 1 Aug 2015 22:58:45 +0200 Subject: [PATCH] Floodlight power cell fix --- code/game/machinery/floodlight.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/game/machinery/floodlight.dm b/code/game/machinery/floodlight.dm index 1bba12b0113..08e023851b4 100644 --- a/code/game/machinery/floodlight.dm +++ b/code/game/machinery/floodlight.dm @@ -40,7 +40,6 @@ if(ishuman(user)) if(!user.get_active_hand()) user.put_in_hands(cell) - cell.loc = user.loc else cell.loc = loc