mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-11 23:50:51 +02:00
Removed 50 cost for buildings developer checkin.
This commit is contained in:
@@ -6718,7 +6718,7 @@ bool TechnoTypeClass::Read_INI(CCINIClass & ini)
|
|||||||
SightRange = ini.Get_Int(Name(), "Sight", SightRange);
|
SightRange = ini.Get_Int(Name(), "Sight", SightRange);
|
||||||
Level = ini.Get_Int(Name(), "TechLevel", Level);
|
Level = ini.Get_Int(Name(), "TechLevel", Level);
|
||||||
MaxSpeed = MPHType(_Scale_To_256(ini.Get_Int(Name(), "Speed", fixed(MaxSpeed, 256) * 100)));
|
MaxSpeed = MPHType(_Scale_To_256(ini.Get_Int(Name(), "Speed", fixed(MaxSpeed, 256) * 100)));
|
||||||
Cost = 50; // ini.Get_Int(Name(), "Cost", Cost);
|
Cost = ini.Get_Int(Name(), "Cost", Cost);
|
||||||
MaxAmmo = ini.Get_Int(Name(), "Ammo", MaxAmmo);
|
MaxAmmo = ini.Get_Int(Name(), "Ammo", MaxAmmo);
|
||||||
Risk = Reward = Points = ini.Get_Int(Name(), "Points", Points);
|
Risk = Reward = Points = ini.Get_Int(Name(), "Points", Points);
|
||||||
Ownable = ini.Get_Owners(Name(), "Owner", Ownable);
|
Ownable = ini.Get_Owners(Name(), "Owner", Ownable);
|
||||||
|
|||||||
Reference in New Issue
Block a user