This commit is contained in:
Torndeco
2013-12-16 20:32:51 +00:00
parent d2712a9235
commit 423390381a

View File

@@ -11,7 +11,7 @@ s_player_maintain_area_preview = 1;
_target = cursorTarget; // Plastic_Pole_EP1_DZ _target = cursorTarget; // Plastic_Pole_EP1_DZ
_objectClasses = ["ModularItems", "DZE_Housebase"] + DZE_ExtraMaintain; _objectClasses = ["ModularItems", "DZE_Housebase"] + DZE_ExtraMaintain;
_range = ((DZE_PlotPole this select 0)+20); // set the max range for the maintain area _range = ((DZE_PlotPole select 0)+20); // set the max range for the maintain area
_objects = nearestObjects [_target, _objectClasses, _range]; _objects = nearestObjects [_target, _objectClasses, _range];
//filter to only those that have 10% damage //filter to only those that have 10% damage