Stop the boat to remove it immediately.

This commit is contained in:
Matthias Mailänder
2020-05-10 12:14:40 +02:00
committed by abcdefg30
parent 12de56ff62
commit 888dfd3654

View File

@@ -121,6 +121,7 @@ WorldLoaded = function()
end)
Trigger.OnEnteredFootprint(BoatEscapeTrigger, function(a, id)
if a.Type == "boat" then
a.Stop()
a.Destroy()
Media.DisplayMessage("Part of Carter's convoy passed through!")
Media.PlaySoundNotification(GDI, "Beepy6")