mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-22 02:07:43 +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:
parent
e816d9dbed
commit
edc3e730b9
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user