]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Update return message a bit
authorSamual <samual@xonotic.org>
Fri, 30 Mar 2012 18:35:12 +0000 (14:35 -0400)
committerSamual <samual@xonotic.org>
Fri, 30 Mar 2012 18:35:12 +0000 (14:35 -0400)
qcsrc/server/mutators/gamemode_ctf.qc

index 32a45b1032c0482ac62f06d4bfc57cbd03567969..a02be4fd2e06604295578c13c8546719ec47a2cb 100644 (file)
@@ -451,7 +451,7 @@ void ctf_FlagTouch()
        if((trace_dphitq3surfaceflags & Q3SURFACEFLAG_NOIMPACT) 
                || ((trace_dpstartcontents | trace_dphitcontents) & (DPCONTENTS_SLIME | DPCONTENTS_LAVA | DPCONTENTS_NODROP)))
        { // The flag fell off the map or into lava/slime, respawn it since players can't get to it
-               bprint("The ", self.netname, " has returned to base\n");
+               bprint("The ", self.netname, " fell somewhere it couldn't be reached and has returned to base\n");
                sound (self, CH_TRIGGER, self.snd_flag_respawn, VOL_BASE, ATTN_NONE);
                ctf_EventLog("returned", self.team, world);
                ctf_RespawnFlag(self);