From 4f49695e961bad27e11a559439ffef41dd51f67f Mon Sep 17 00:00:00 2001 From: Kyep Date: Tue, 21 Jul 2020 12:43:21 -0700 Subject: [PATCH] travis newlines --- code/game/objects/objs.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/game/objects/objs.dm b/code/game/objects/objs.dm index c0802eaa78a..19d3ecc8328 100644 --- a/code/game/objects/objs.dm +++ b/code/game/objects/objs.dm @@ -355,4 +355,5 @@ a { /obj/proc/force_eject_occupant() // This proc handles safely removing occupants from the object if they must be cryoed due to being SSD/AFK. // In the event that the object doesn't have an overriden version of this proc to do it, log a runtime so one can be added. - log_runtime(EXCEPTION("Proc force_eject_occupant() is not overriden on a machine containing a mob."), src) \ No newline at end of file + log_runtime(EXCEPTION("Proc force_eject_occupant() is not overriden on a machine containing a mob."), src) +