Fixed wrong recovery bonus values for facilities. They were upside down. Sleeping was worse than idling.

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1815 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
silversurfer
2013-10-12 14:44:40 +00:00
parent 7731b96e85
commit f83c5c7933
@@ -105,7 +105,7 @@
<szTooltipText>There are plenty of beds here. It's a bit basic, but certainly better than resting outside!</szTooltipText>
<ubStaffLimit>10</ubStaffLimit>
<usPerformance>110</usPerformance>
<usSleep>105</usSleep>
<usSleep>120</usSleep>
</ASSIGNMENT>
</FACILITYTYPE>
@@ -280,8 +280,8 @@
<szTooltipText>Sun, sand, surf. This sure as hell beats sleeping in a trench.</szTooltipText>
<ubStaffLimit>32</ubStaffLimit>
<sCostPerHour>15</sCostPerHour>
<usPerformance>200</usPerformance>
<usSleep>160</usSleep>
<usPerformance>160</usPerformance>
<usSleep>200</usSleep>
<MORALE>
<ubChance>500</ubChance>
<bBaseEffect>10</bBaseEffect>