elevator now catches fire when case is destroyed (#822)

stable-5.3
David Dormagen 2012-11-10 13:06:26 +01:00
parent 275629bac5
commit 3d3cd1866b
1 changed files with 2 additions and 1 deletions

View File

@ -74,7 +74,8 @@ func LostCase()
if(partner) partner->LoseCombination();
if(rope) rope->RemoveObject();
DoCon(-1);
// for now: the elevator dies, too
Incinerate();
}
/* Effects */