mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-22 19:54:06 +01:00
Change: Transmitter object only spawns after original base year (#14786)
This commit is contained in:
@@ -87,7 +87,7 @@ bool ObjectSpec::IsEverAvailable() const
|
||||
*/
|
||||
bool ObjectSpec::WasEverAvailable() const
|
||||
{
|
||||
return this->IsEverAvailable() && TimerGameCalendar::date > this->introduction_date;
|
||||
return this->IsEverAvailable() && TimerGameCalendar::date >= this->introduction_date;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user