From: Jakob MG Date: Wed, 1 Aug 2012 00:13:42 +0000 (+0200) Subject: it would be nice if the original once was the defaul when one enters... X-Git-Tag: xonotic-v0.7.0~293 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=6a392e3f9027318fc11fb346faac8be43ff33d51;p=xonotic%2Fxonotic-data.pk3dir.git it would be nice if the original once was the defaul when one enters the tank imo --- diff --git a/qcsrc/server/vehicles/spiderbot.qc b/qcsrc/server/vehicles/spiderbot.qc index de0fab174..5c4fdcf00 100644 --- a/qcsrc/server/vehicles/spiderbot.qc +++ b/qcsrc/server/vehicles/spiderbot.qc @@ -558,6 +558,7 @@ void spiderbot_think() void spiderbot_enter() { + self.vehicle_weapon2mode = SBRM_GUIDE; self.movetype = MOVETYPE_WALK; CSQCVehicleSetup(self.owner, 0); self.owner.vehicle_health = (self.vehicle_health / autocvar_g_vehicle_spiderbot_health) * 100;