Skip to content

Commit a7f49f5

Browse files
authored
negate water fall damage for commando and epic commando (#4213)
This fixes the commando taking fall damage when landing in the water.
1 parent 8bb0bba commit a7f49f5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

units/CorBots/T2/cormando.lua

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ return {
5555
},
5656
customparams = {
5757
fall_damage_multiplier = 0,
58+
water_fall_damage_multiplier = 0,
5859
model_author = "FireStorm",
5960
normaltex = "unittextures/cor_normal.dds",
6061
paratrooper = true,

units/Scavengers/Bots/cormandot4.lua

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ return {
6161
subfolder = "CorBots/T2",
6262
techlevel = 2,
6363
paratrooper = true,
64+
water_fall_damage_multiplier = 0,
6465
fall_damage_multiplier = 0,
6566
nopvebuilder = true,
6667
},

0 commit comments

Comments
 (0)