]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/monsters/monster/golem.qc
Merge branch 'master' into Mario/monsters
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / monsters / monster / golem.qc
index 9a181386f7c64fb2e73208ac6a10f1d5f7ec52ab..269630057329fe57652d5377e8acc9af98fa894d 100644 (file)
@@ -209,7 +209,7 @@ bool M_Golem_Attack(int attack_type, entity actor, entity targ, .entity weaponen
        return false;
 }
 
-spawnfunc(monster_golem) { Monster_Spawn(this, true, MON_GOLEM.monsterid); }
+spawnfunc(monster_golem) { Monster_Spawn(this, true, MON_GOLEM); }
 // compatibility
 spawnfunc(monster_shambler) { spawnfunc_monster_golem(this); }
 #endif // SVQC