]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/cl_player.qc
Lots of new stuff... Mostly focusing around making rockets and other projectiles...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / cl_player.qc
index e5e2d377cf4981f7d9527d1a4ca7f927caf87bec..8ab6458ee0858ee562b557bddbe3bf1a681934cd 100644 (file)
@@ -134,6 +134,7 @@ void CopyBody(float keepvelocity)
        self.colormap = oldself.colormap;
        self.glowmod = oldself.glowmod;
        self.iscreature = oldself.iscreature;
+       self.damagedbycontents = oldself.damagedbycontents;
        self.angles = oldself.angles;
        self.avelocity = oldself.avelocity;
        self.classname = "body";