From ced32cb97a9b4dc35b5ac184752195eaeb6e394d Mon Sep 17 00:00:00 2001 From: SandPoot Date: Sat, 24 Aug 2024 21:45:46 -0300 Subject: [PATCH] break at the end --- code/modules/research/xenobiology/xenobio_camera.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/research/xenobiology/xenobio_camera.dm b/code/modules/research/xenobiology/xenobio_camera.dm index 88877f611e..ee89756000 100644 --- a/code/modules/research/xenobiology/xenobio_camera.dm +++ b/code/modules/research/xenobiology/xenobio_camera.dm @@ -493,4 +493,4 @@ to_chat(user, span_notice("You eject [current_potion] from [src].")) if(!user.put_in_hands(current_potion)) current_potion.forceMove(drop_location()) - current_potion = null \ No newline at end of file + current_potion = null