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)
|
if (self.IsInWorld)
|
||||||
{
|
{
|
||||||
self.World.ActorMap.AddInfluence(self, this);
|
|
||||||
self.World.ActorMap.UpdatePosition(self, this);
|
self.World.ActorMap.UpdatePosition(self, this);
|
||||||
self.World.ScreenMap.Update(self);
|
self.World.ScreenMap.Update(self);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -410,6 +410,9 @@ CRATE:
|
|||||||
Palette: effect
|
Palette: effect
|
||||||
WithCrateBody:
|
WithCrateBody:
|
||||||
XmasImages: xcratea, xcrateb, xcratec, xcrated
|
XmasImages: xcratea, xcrateb, xcratec, xcrated
|
||||||
|
Selectable:
|
||||||
|
Selectable: false
|
||||||
|
Bounds: 15,15,-1,-1
|
||||||
BodyOrientation:
|
BodyOrientation:
|
||||||
|
|
||||||
mpspawn:
|
mpspawn:
|
||||||
|
|||||||
@@ -563,6 +563,9 @@ CRATE:
|
|||||||
RenderSprites:
|
RenderSprites:
|
||||||
Palette: effect
|
Palette: effect
|
||||||
WithCrateBody:
|
WithCrateBody:
|
||||||
|
Selectable:
|
||||||
|
Selectable: false
|
||||||
|
Bounds: 15,15,-1,-1
|
||||||
ProximityCaptor:
|
ProximityCaptor:
|
||||||
Types: Crate
|
Types: Crate
|
||||||
Passenger:
|
Passenger:
|
||||||
|
|||||||
@@ -813,6 +813,9 @@ CRATE:
|
|||||||
WithCrateBody:
|
WithCrateBody:
|
||||||
Images: scrate
|
Images: scrate
|
||||||
XmasImages: xcratea, xcrateb, xcratec, xcrated
|
XmasImages: xcratea, xcrateb, xcratec, xcrated
|
||||||
|
Selectable:
|
||||||
|
Selectable: false
|
||||||
|
Bounds: 15,15,-1,-1
|
||||||
ProximityCaptor:
|
ProximityCaptor:
|
||||||
Types: Crate
|
Types: Crate
|
||||||
Passenger:
|
Passenger:
|
||||||
|
|||||||
Reference in New Issue
Block a user