Allies03: Remove hacke6

This commit is contained in:
abcdefg30
2019-01-04 21:29:07 +01:00
committed by Paul Chote
parent c9c4d15b1e
commit e637b45cab
5 changed files with 12 additions and 23 deletions

View File

@@ -1250,7 +1250,7 @@ Actors:
Owner: Greece Owner: Greece
Facing: 128 Facing: 128
SubCell: 0 SubCell: 0
PrisonedEngi: hacke6 PrisonedEngi: e6
Location: 57,67 Location: 57,67
Owner: Greece Owner: Greece
Facing: 96 Facing: 96

View File

@@ -18,15 +18,14 @@ powerproxy.paratroopers:
ParatroopersPower: ParatroopersPower:
DropItems: E1,E1,E1,E2,E2 DropItems: E1,E1,E1,E2,E2
HACKE6: E6:
Inherits: E6 Buildable:
Prerequisites: ~disabled
-RepairsBridges: -RepairsBridges:
Targetable: Targetable:
RequiresCondition: !jail RequiresCondition: !jail
Targetable@PRISONER: Targetable@PRISONER:
TargetTypes: Prisoner TargetTypes: Prisoner
RenderSprites:
Image: E6
ExternalCondition@JAIL: ExternalCondition@JAIL:
Condition: jail Condition: jail
@@ -184,10 +183,6 @@ E4:
Buildable: Buildable:
Prerequisites: ~disabled Prerequisites: ~disabled
E6:
Buildable:
Prerequisites: ~disabled
THF: THF:
Buildable: Buildable:
Prerequisites: ~disabled Prerequisites: ~disabled

View File

@@ -361,7 +361,7 @@ InitTriggers = function()
-- The engineers need to leave the enemy base to count as 'freed' -- The engineers need to leave the enemy base to count as 'freed'
Trigger.OnExitedProximityTrigger(BaseCameraWaypoint.CenterPosition, WDist.New(7 * 1024), function(a, id) Trigger.OnExitedProximityTrigger(BaseCameraWaypoint.CenterPosition, WDist.New(7 * 1024), function(a, id)
if a.Type == "hacke6" and not EngisFreed then if a.Type == "e6" and not EngisFreed then
EngisFreed = true EngisFreed = true
Trigger.RemoveProximityTrigger(id) Trigger.RemoveProximityTrigger(id)
end end

View File

@@ -1124,22 +1124,22 @@ Actors:
Health: 15 Health: 15
Facing: 192 Facing: 192
SubCell: 0 SubCell: 0
PrisonedEngi1: hacke6 PrisonedEngi1: e6
Location: 91,86 Location: 91,86
Owner: Greece Owner: Greece
Facing: 192 Facing: 192
SubCell: 0 SubCell: 0
PrisonedEngi2: hacke6 PrisonedEngi2: e6
Location: 91,86 Location: 91,86
Owner: Greece Owner: Greece
Facing: 192 Facing: 192
SubCell: 1 SubCell: 1
PrisonedEngi3: hacke6 PrisonedEngi3: e6
Location: 91,86 Location: 91,86
Owner: Greece Owner: Greece
Facing: 192 Facing: 192
SubCell: 2 SubCell: 2
PrisonedEngi4: hacke6 PrisonedEngi4: e6
Location: 91,86 Location: 91,86
Owner: Greece Owner: Greece
Facing: 192 Facing: 192

View File

@@ -18,16 +18,14 @@ powerproxy.paratroopers:
ParatroopersPower: ParatroopersPower:
DropItems: E1,E1,E1,E2,E2 DropItems: E1,E1,E1,E2,E2
HACKE6: E6:
Inherits: E6 Buildable:
Prerequisites: ~disabled
-RepairsBridges: -RepairsBridges:
WithInfantryBody:
Targetable: Targetable:
RequiresCondition: !jail RequiresCondition: !jail
Targetable@PRISONER: Targetable@PRISONER:
TargetTypes: Prisoner TargetTypes: Prisoner
RenderSprites:
Image: E6
ExternalCondition@JAIL: ExternalCondition@JAIL:
Condition: jail Condition: jail
@@ -136,10 +134,6 @@ E4:
Buildable: Buildable:
Prerequisites: ~disabled Prerequisites: ~disabled
E6:
Buildable:
Prerequisites: ~disabled
THF: THF:
Buildable: Buildable:
Prerequisites: ~disabled Prerequisites: ~disabled