(874293f6d) Fixed incorrect reward amount in the "Chemical shipment" description

This commit is contained in:
Joonas Rikkonen
2019-05-16 06:58:45 +03:00
parent 501c3f9ae5
commit 86ddfb73d5
9 changed files with 117 additions and 41 deletions
@@ -901,6 +901,10 @@ namespace Barotrauma
{
isCompleted = true;
}
if (component.AIOperate(deltaTime, character, this))
{
isCompleted = true;
}
}
else
{