Changeset 1244

Show
Ignore:
Timestamp:
1/17/2010 3:50:31 PM (2 months ago)
Author:
vessper
Message:

17/01/2010 (1.14.0.1244)


- V2: Updated with fix 1243

Location:
branches/EveHQv2
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/EveHQv2

    • Property svn:mergeinfo
      •  

        old new  
        11/branches/PrismPhaseII:589-675 
        2 /trunk:1195-1210,1216-1230,1232-1233,1235,1237,1239-1241 
         2/trunk:1195-1210,1216-1230,1232-1233,1235,1237,1239-1241,1243 
  • branches/EveHQv2/EveHQ.HQF/Classes/Engine.vb

    r1141 r1244  
    31563156                                If modData(1).EndsWith("a") = True Then 
    31573157                                    active = True 
    3158                                 End If 
    3159                                 Call Engine.AddDrone(currentship, sMod, CInt(modData(1).Substring(0, Len(modData(1)) - 1)), active) 
     3158                                    modData(1) = modData(1).TrimEnd("a".ToCharArray) 
     3159                                ElseIf modData(1).EndsWith("i") = True Then 
     3160                                    modData(1) = modData(1).TrimEnd("i".ToCharArray) 
     3161                                End If 
     3162                                Call Engine.AddDrone(currentship, sMod, CInt(modData(1)), active) 
    31603163                            Else 
    31613164                                Call Engine.AddDrone(currentship, sMod, 1, active)