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:
Bryan W. Weber 2018-10-14 11:18:51 -04:00
parent e816d9dbed
commit edc3e730b9
No known key found for this signature in database
GPG Key ID: 3A93E209C87E1FE7

View File

@ -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",