]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Electro can be used to climb
authorMario <zacjardine@y7mail.com>
Sat, 13 Dec 2014 08:28:59 +0000 (19:28 +1100)
committerMario <zacjardine@y7mail.com>
Sat, 13 Dec 2014 08:28:59 +0000 (19:28 +1100)
qcsrc/common/weapons/w_electro.qc

index 3847e2d56e0de60e084088df85ddb7db3d004433..3ec86c782de9d781c9d8945d9c3eef04dcbd1902 100644 (file)
@@ -4,7 +4,7 @@ REGISTER_WEAPON(
 /* function  */ W_Electro,
 /* ammotype  */ ammo_cells,
 /* impulse   */ 5,
-/* flags     */ WEP_FLAG_NORMAL | WEP_FLAG_RELOADABLE | WEP_TYPE_SPLASH,
+/* flags     */ WEP_FLAG_NORMAL | WEP_FLAG_RELOADABLE | WEP_FLAG_CANCLIMB | WEP_TYPE_SPLASH,
 /* rating    */ BOT_PICKUP_RATING_MID,
 /* color     */ '0 0.5 1',
 /* modelname */ "electro",