Merge pull request #4377 from pchote/crate-tooltip-fix
Fix crate tooltips
This commit is contained in:
@@ -116,7 +116,6 @@ namespace OpenRA.Mods.RA
|
||||
|
||||
if (self.IsInWorld)
|
||||
{
|
||||
self.World.ActorMap.AddInfluence(self, this);
|
||||
self.World.ActorMap.UpdatePosition(self, this);
|
||||
self.World.ScreenMap.Update(self);
|
||||
}
|
||||
|
||||
@@ -410,6 +410,9 @@ CRATE:
|
||||
Palette: effect
|
||||
WithCrateBody:
|
||||
XmasImages: xcratea, xcrateb, xcratec, xcrated
|
||||
Selectable:
|
||||
Selectable: false
|
||||
Bounds: 15,15,-1,-1
|
||||
BodyOrientation:
|
||||
|
||||
mpspawn:
|
||||
|
||||
@@ -563,6 +563,9 @@ CRATE:
|
||||
RenderSprites:
|
||||
Palette: effect
|
||||
WithCrateBody:
|
||||
Selectable:
|
||||
Selectable: false
|
||||
Bounds: 15,15,-1,-1
|
||||
ProximityCaptor:
|
||||
Types: Crate
|
||||
Passenger:
|
||||
|
||||
@@ -813,6 +813,9 @@ CRATE:
|
||||
WithCrateBody:
|
||||
Images: scrate
|
||||
XmasImages: xcratea, xcrateb, xcratec, xcrated
|
||||
Selectable:
|
||||
Selectable: false
|
||||
Bounds: 15,15,-1,-1
|
||||
ProximityCaptor:
|
||||
Types: Crate
|
||||
Passenger:
|
||||
|
||||
Reference in New Issue
Block a user