From: Mario Date: Sat, 23 Jul 2016 21:41:17 +0000 (+1000) Subject: Shockwave is a new toy, just don't replace anything with it X-Git-Tag: xonotic-v0.8.2~700^2~50 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8bec174139d5f6c1de9c635e6a0558fd1e58cd00;p=xonotic%2Fxonotic-data.pk3dir.git Shockwave is a new toy, just don't replace anything with it --- diff --git a/qcsrc/common/mutators/mutator/new_toys/new_toys.qc b/qcsrc/common/mutators/mutator/new_toys/new_toys.qc index a52fc4670..27d179506 100644 --- a/qcsrc/common/mutators/mutator/new_toys/new_toys.qc +++ b/qcsrc/common/mutators/mutator/new_toys/new_toys.qc @@ -121,6 +121,7 @@ bool nt_IsNewToy(int w) case WEP_MINE_LAYER.m_id: case WEP_HLAC.m_id: case WEP_RIFLE.m_id: + case WEP_SHOCKWAVE.m_id: return true; default: return false;