Skip to content

Commit

Permalink
Bugfix for wrong weapon combinations #2
Browse files Browse the repository at this point in the history
  • Loading branch information
cech12 committed May 10, 2020
1 parent ffab638 commit 501a71a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Data/Scripts/init/change_fight.tcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
$start
$replace
fight_weapon_kombi { Axt_unq_1 Schild_unq_1 } { 2.0 1.5 }
$with
fight_weapon_kombi { Axt_unq_1 Schild_unq_2 } { 2.0 1.5 }
$end

$start
$replace
fight_weapon_kombi { Axt_unq_3 Schild_unq_2 } { 2.0 1.5 }
$with
fight_weapon_kombi { Axt_unq_3 Schild_unq_1 } { 2.0 1.5 }
$end

0 comments on commit 501a71a

Please sign in to comment.