X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmonsters%2Fmonster%2Fzombie.qc;h=780cf74b381dadb7fc5db70ee4f45bef5fa63e11;hp=1ccfa82c816879865e75faf2eeb1c8d0148bae88;hb=86c9dc7c3696c329496b06375c1e79fb407401ce;hpb=0038499106b104bded29cb497c1448b35eb12018 diff --git a/qcsrc/common/monsters/monster/zombie.qc b/qcsrc/common/monsters/monster/zombie.qc index 1ccfa82c81..780cf74b38 100644 --- a/qcsrc/common/monsters/monster/zombie.qc +++ b/qcsrc/common/monsters/monster/zombie.qc @@ -3,7 +3,7 @@ bool M_Zombie(int); #endif REGISTER_MONSTER_SIMPLE( /* MON_##id */ ZOMBIE, -/* spawnflags */ MON_FLAG_MELEE, +/* spawnflags */ MON_FLAG_MELEE | MON_FLAG_RIDE, /* mins,maxs */ '-18 -18 -25', '18 18 47', /* model */ "zombie.dpm", /* netname */ "zombie",