Update Bridges.hpp

This commit is contained in:
AirwavesMan
2021-01-17 12:34:20 +01:00
parent aefaa94550
commit d3106bb5fc

View File

@@ -24,7 +24,7 @@ class Metal_Drawbridge_DZ: CinderWallDoor_DZ_Base
{ {
displayName = $STR_EPOCH_ACTION_LOWER_BRIDGE; displayName = $STR_EPOCH_ACTION_LOWER_BRIDGE;
onlyforplayer = true; onlyforplayer = true;
position = "Door_knopf"; position = "action";
radius = 3; radius = 3;
condition = "this animationPhase ""Open_inner"" < 0.5"; condition = "this animationPhase ""Open_inner"" < 0.5";
statement = "this animate [""Open_inner"", 1];this animate [""Open_outer"", 1];"; statement = "this animate [""Open_inner"", 1];this animate [""Open_outer"", 1];";
@@ -98,7 +98,7 @@ class Metal_DrawbridgeLocked_DZ: CinderWallDoorLocked_DZ_Base
{ {
displayName = $STR_EPOCH_ACTION_LOWER_BRIDGE; displayName = $STR_EPOCH_ACTION_LOWER_BRIDGE;
onlyforplayer = true; onlyforplayer = true;
position = "Door_knopf"; position = "action";
radius = 3; radius = 3;
condition = "(this animationPhase ""Open_inner"" == 0) && (this animationPhase ""Open_latch"" == 1)"; condition = "(this animationPhase ""Open_inner"" == 0) && (this animationPhase ""Open_latch"" == 1)";
statement = "this animate [""Open_inner"", 1];this animate [""Open_outer"", 1];"; statement = "this animate [""Open_inner"", 1];this animate [""Open_outer"", 1];";