1
This commit is contained in:
parent
89a89e90cb
commit
65c6094079
@ -649,6 +649,7 @@ bool Obstacle::DoInteraction(Human* sender)
|
|||||||
{
|
{
|
||||||
if (!IsDead(sender->room) && IsOpenInteraction()) {
|
if (!IsDead(sender->room) && IsOpenInteraction()) {
|
||||||
Die(sender->room);
|
Die(sender->room);
|
||||||
|
sender->DropItems(this);
|
||||||
BroadcastFullState(sender->room);
|
BroadcastFullState(sender->room);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user