From c35acf00fe5b5298ede108d3f58234a917cc3bdb Mon Sep 17 00:00:00 2001 From: Useroth <37159550+Useroth@users.noreply.github.com> Date: Sat, 7 Dec 2019 15:18:37 +0100 Subject: [PATCH] Empty commit to make travis recompile. --- code/modules/projectiles/guns/misc/syringe_gun.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/projectiles/guns/misc/syringe_gun.dm b/code/modules/projectiles/guns/misc/syringe_gun.dm index d775b810a7..d947e3155d 100644 --- a/code/modules/projectiles/guns/misc/syringe_gun.dm +++ b/code/modules/projectiles/guns/misc/syringe_gun.dm @@ -164,4 +164,4 @@ if(do_after(user, 25, target = src)) user.adjustStaminaLoss(20) user.adjustOxyLoss(20) - ..() \ No newline at end of file + ..()