]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/monsters/monster/spider.qc
Merge branch 'master' into Mario/monsters
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / monsters / monster / spider.qc
index 1c8331219a4e157a67a5942ceb8d9f94454e8e71..a29f20b398842b36b0a9d0ab53b60b5f3b0f3984 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
@@ -129,8 +133,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);