]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
same goes for raptor
authorJakob MG <jakob_mg@hotmail.com>
Wed, 1 Aug 2012 00:15:16 +0000 (02:15 +0200)
committerJakob MG <jakob_mg@hotmail.com>
Wed, 1 Aug 2012 00:15:16 +0000 (02:15 +0200)
qcsrc/server/vehicles/raptor.qc

index 1e2c3135a0067a68a96f8f5fc9a1a61de34f3f85..fe239b5d2424715e8fbef4fc21970d0d38f3540a 100644 (file)
@@ -194,6 +194,7 @@ void raptor_think()
 
 void raptor_enter()
 {
+    self.vehicle_weapon2mode = RSM_BOMB;
     self.owner.PlayerPhysplug = raptor_takeoff;
     self.movetype       = MOVETYPE_BOUNCEMISSILE;
     self.solid          = SOLID_SLIDEBOX;