X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fmutators%2Fmutator%2Fgamemode_ctf.qh;h=33d64a074a290610fdb43a45dbfa7f08a996ede4;hp=0b86a57f809936604fd51a5514b899108558dcac;hb=820589b53e6802eb4c5ea563bb58d48c4f4aa9e1;hpb=b2d3d16a9a3e5df1c518ecd2fce0bfa741db190a diff --git a/qcsrc/server/mutators/mutator/gamemode_ctf.qh b/qcsrc/server/mutators/mutator/gamemode_ctf.qh index 0b86a57f8..33d64a074 100644 --- a/qcsrc/server/mutators/mutator/gamemode_ctf.qh +++ b/qcsrc/server/mutators/mutator/gamemode_ctf.qh @@ -133,6 +133,7 @@ float ctf_captimerecord; // record time for capturing the flag .float next_take_time; .bool ctf_flagdamaged_byworld; int ctf_teams; +.entity enemy; // when flag is back in the base, it remembers last player who carried/touched the flag, useful to bots // passing/throwing properties .float pass_distance;