clonk can drop items in the water, similarly to how it worked in CR

Tobias Zwick 2012-10-20 19:32:16 +02:00
parent 84cd06ce3c
commit 95a5afe82f
1 changed files with 1 additions and 1 deletions

View File

@ -1083,7 +1083,7 @@ public func ObjectControl(int plr, int ctrl, int x, int y, int strength, bool re
{
CancelUse();
if (proc == "SCALE" || proc == "HANGLE")
if (proc == "SCALE" || proc == "HANGLE" || proc == "SWIM")
return ObjectCommand("Drop", contents);
else
return ObjectCommand("Throw", contents, x, y);