]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Update marine & mage spawnfuncs
authorMario <mario.mario@y7mail.com>
Tue, 23 Apr 2013 15:01:07 +0000 (01:01 +1000)
committerMario <mario.mario@y7mail.com>
Tue, 23 Apr 2013 15:01:07 +0000 (01:01 +1000)
qcsrc/server/monsters/monster/shalrath.qc
qcsrc/server/monsters/monster/soldier.qc

index c8e65fa992dce883fc681569c2218a030a210cba..c38e0e948c105b1bb64bd0b5ec0620c6edc305e4 100644 (file)
@@ -422,7 +422,7 @@ void spawnfunc_monster_mage()
 {      
        if not(autocvar_g_monster_shalrath) { remove(self); return; }
        
-       self.monster_spawnfunc = spawnfunc_monster_shalrath;
+       self.monster_spawnfunc = spawnfunc_monster_mage;
        
        if(Monster_CheckAppearFlags(self))
                return;
index 26ed4669179f9b0281bbec9a159b3f75cf9512a4..60ac320be98f2d7e079c582e79c7fb3517bd0e01 100644 (file)
@@ -348,7 +348,7 @@ void spawnfunc_monster_marine()
 {      
        if not(autocvar_g_monster_soldier) { remove(self); return; }
        
-       self.monster_spawnfunc = spawnfunc_monster_soldier;
+       self.monster_spawnfunc = spawnfunc_monster_marine;
        
        if(Monster_CheckAppearFlags(self))
                return;