Raid made more failsafe: Wood barrel respawn and removed a deadly gap in the landscape.

issue1247
Sven Eberhardt 2014-10-04 11:33:45 +02:00
parent 91e285a39d
commit 77f4170b5a
2 changed files with 2 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB

After

Width:  |  Height:  |  Size: 73 KiB

View File

@ -380,8 +380,10 @@ func InitializeObjects()
var Barrel0560 = Foundry0124->CreateContents(Barrel);
Barrel0560->SetColor(0xff000000);
Barrel0560->AddRestoreMode(Foundry0124);
var Barrel0562 = Foundry0124->CreateContents(Barrel);
Barrel0562->SetColor(0xff000000);
Barrel0562->AddRestoreMode(Foundry0124);
var Barrel0564 = CreateObject(Barrel, 484, 367);
Barrel0564->SetR(23);
Barrel0564->SetColor(0xff000000);