]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/monsters/monster/spider.qc
Merge branch 'master' into Juhu/strafehud
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / monsters / monster / spider.qc
index 08d28218786524d462b6cf2d321b91aa38e899b0..73518c1f9f2fe841fb1ac5b43454d57eb0a1c5e2 100644 (file)
@@ -1,5 +1,9 @@
 #include "spider.qh"
 
+#if defined(SVQC)
+       #include <common/mutators/base.qh>
+#endif
+
 #ifdef SVQC
 
 .float spider_slowness; // effect time of slowness inflicted by spiders
@@ -125,8 +129,6 @@ void M_Spider_Attack_Web_Touch(entity this, entity toucher)
        M_Spider_Attack_Web_Explode(this);
 }
 
-void adaptor_think2use_hittype_splash(entity this);
-
 void M_Spider_Attack_Web(entity this)
 {
        sound(this, CH_SHOTS, SND_ELECTRO_FIRE2, VOL_BASE, ATTEN_NORM);