File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,14 +101,14 @@ internal static void Unload()
101101
102102 private static void ArrowUpdate_patch ( On . TowerFall . Arrow . orig_ArrowUpdate orig , Arrow self )
103103 {
104- if ( VariantManager . GetCustomVariant ( "AwfullySlowArrows" ) )
104+ if ( VariantManager . GetCustomVariant ( "AwfullySlowArrows" ) [ self . PlayerIndex ] )
105105 {
106106 Comp_TimeMult . SetValue ( null , Engine . TimeMult * 0.2f , null ) ;
107107 orig ( self ) ;
108108 Comp_TimeMult . SetValue ( null , Engine . TimeMult / 0.2f , null ) ;
109109 return ;
110110 }
111- if ( VariantManager . GetCustomVariant ( "AwfullyFastArrows" ) )
111+ if ( VariantManager . GetCustomVariant ( "AwfullyFastArrows" ) [ self . PlayerIndex ] )
112112 {
113113 Comp_TimeMult . SetValue ( null , Engine . TimeMult * 3.0f , null ) ;
114114 orig ( self ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " BartizanMod" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "required" : " 2.4.0" ,
55 "author" : " Kha" ,
66 "description" : " A BartizanMod rewritten in FortRise as a module" ,
You can’t perform that action at this time.
0 commit comments