Merge pull request #608 from Putnam3145/patch-17

Made "could not find syndrome" error work.
develop
Lethosor 2015-04-29 17:37:06 -04:00
commit 06a2e430dc
1 changed files with 1 additions and 1 deletions

@ -109,7 +109,7 @@ for _,syn in ipairs(df.global.world.raws.syndromes.all) do
end
if not syndrome then
error ('Could not find syndrome named ' .. syndrome)
error ('Could not find syndrome named ' .. args.syndrome)
end
onInfection[syndrome] = onInfection[syndrome] or {}