X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmonsters%2Fmonster%2Fspider.qc;h=7d021f4c267f5de5d73c86b166852ce98b23cb64;hb=17d9558bff4fa8c1d7f558897b7830cb0cf4dca6;hp=8d20edf82c097f290658d43a22c04ad68e47749e;hpb=2e60d4af0278db5d39618bf8fee353c220d90486;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/monsters/monster/spider.qc b/qcsrc/common/monsters/monster/spider.qc index 8d20edf82..7d021f4c2 100644 --- a/qcsrc/common/monsters/monster/spider.qc +++ b/qcsrc/common/monsters/monster/spider.qc @@ -132,8 +132,6 @@ void adaptor_think2use_hittype_splash(entity this); void M_Spider_Attack_Web(entity this) { - monster_makevectors(this, this.enemy); - sound(this, CH_SHOTS, SND_ELECTRO_FIRE2, VOL_BASE, ATTEN_NORM); entity proj = new(plasma);