]> git.pond.sub.org Git - empserver/blobdiff - src/lib/subs/actofgod.c
Update copyright notice
[empserver] / src / lib / subs / actofgod.c
index 506e2ae620b76351d70726bdfb92f0c578ea7ae4..1299d6b940eb625e1d2b80326715b2cf8f238861 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2015, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2020, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                Ken Stevens, Steve McClure, Markus Armbruster
  *
  *  Empire is free software: you can redistribute it and/or modify
  *  actofgod.c: Deity meddling subroutines
  *
  *  Known contributors to this file:
- *     Markus Armbruster, 2013-2015
+ *     Markus Armbruster, 2013-2016
  */
 
 #include <config.h>
 
 #include <stdarg.h>
 #include "actofgod.h"
-#include "file.h"
 #include "news.h"
 #include "optlist.h"
 #include "player.h"
@@ -190,7 +189,7 @@ divine_load(struct empobj *unit, int type, int uid)
     divine_load_unload(unit, type, uid, "loaded onto");
     if (get_empobj(type, uid, &carrier)
        && (unit->x != carrier.gen.x || unit->y != carrier.gen.y)) {
-       pr("%s teleported from %s to %s!",
+       pr("%s teleported from %s to %s!\n",
           unit_nameof(unit), xyas(unit->x, unit->y, player->cnum),
           xyas(carrier.gen.x, carrier.gen.y, player->cnum));
        unit_teleport(unit, carrier.gen.x, carrier.gen.y);