]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/constants.qh
New electricity effect
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / constants.qh
index e0c17a7a128a0e623be23e7048a6afd4bec0e108..18e4e6100142b9c4ee73c3fb27ab94ec61481db3 100644 (file)
@@ -96,6 +96,9 @@ const int INITPRIO_DROPTOFLOOR                        = 20;
 const int INITPRIO_SETLOCATION                         = 90;
 const int INITPRIO_LINKDOORS                   = 91;
 const int INITPRIO_LAST                                = 99;
+
+// effects
+const int EF_SHOCK = 262144;
 #endif
 
 #if defined(SVQC)