diff --git a/code/game/objects/items/devices/flashlight.dm b/code/game/objects/items/devices/flashlight.dm index 3b6964ec8e..c8339f632d 100644 --- a/code/game/objects/items/devices/flashlight.dm +++ b/code/game/objects/items/devices/flashlight.dm @@ -163,7 +163,7 @@ user.put_in_hands(cell) cell = null user << "You remove the cell from the [src]." - on = !on + on = 0 update_icon() return ..()