From: terencehill Date: Fri, 21 Jun 2013 14:42:41 +0000 (+0200) Subject: If the spiderbot is blown up don't show the teleport effect where the spiderbot was X-Git-Tag: xonotic-v0.8.0~243^2^2~6 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=9680cfc5d252353298e6783d96eb6cfee94a9adf;p=xonotic%2Fxonotic-data.pk3dir.git If the spiderbot is blown up don't show the teleport effect where the spiderbot was --- diff --git a/qcsrc/server/vehicles/spiderbot.qc b/qcsrc/server/vehicles/spiderbot.qc index a96d66836..5dcfdc257 100644 --- a/qcsrc/server/vehicles/spiderbot.qc +++ b/qcsrc/server/vehicles/spiderbot.qc @@ -739,6 +739,7 @@ void spiderbot_blowup() self.solid = SOLID_NOT; self.tur_head.effects &~= EF_FLAME; self.vehicle_hudmodel.viewmodelforclient = self; + setorigin(self, self.pos1); } void spiderbot_die()