mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-21 21:30:20 +07:00
Change Medical Lab to use uniques
This matches how the Aqueduct is specified. It also fixes that the description is not available on the building picker screen.
This commit is contained in:
@ -527,10 +527,10 @@
|
||||
|
||||
{
|
||||
name:"Medical Lab",
|
||||
baseDescription: "25% of food carried over after a new citizen is born",
|
||||
requiredBuilding:"Hospital",
|
||||
maintenance:3,
|
||||
requiredTech:"Pharmaceuticals"
|
||||
requiredTech:"Pharmaceuticals",
|
||||
uniques:["25% of food carried over after a new citizen is born"]
|
||||
},
|
||||
{
|
||||
name:"Nuclear Plant",
|
||||
|
Reference in New Issue
Block a user