diff --git a/wadsrc/static/xlat/base.txt b/wadsrc/static/xlat/base.txt index c6645c521..a7aa69f1c 100644 --- a/wadsrc/static/xlat/base.txt +++ b/wadsrc/static/xlat/base.txt @@ -71,7 +71,7 @@ include "xlat/defines.i" 69 = USE|REP, Floor_RaiseToNearest (tag, F_SLOW) 70 = USE|REP, Floor_LowerToHighest (tag, F_FAST, 136) 71 = USE, Floor_LowerToHighest (tag, F_FAST, 136) - 72 = WALK|REP, Ceiling_LowerAndCrush (tag, C_SLOW, 0) + 72 = WALK|REP, Ceiling_LowerAndCrush (tag, C_SLOW, 0, 2) 73 = WALK|REP, Ceiling_CrushAndRaiseA (tag, C_SLOW, C_SLOW, 10) 74 = WALK|REP, Ceiling_CrushStop (tag) 75 = WALK|REP, Door_Close (tag, D_SLOW) @@ -169,7 +169,7 @@ include "xlat/defines.i" 164 = USE, Ceiling_CrushAndRaiseA (tag, C_NORMAL, C_NORMAL, 10) 165 = USE, Ceiling_CrushAndRaiseSilentA (tag, C_SLOW, C_SLOW, 10) 166 = USE, FloorAndCeiling_LowerRaise (tag, F_SLOW, C_SLOW) -167 = USE, Ceiling_LowerAndCrush (tag, C_SLOW, 0) +167 = USE, Ceiling_LowerAndCrush (tag, C_SLOW, 0, 2) 168 = USE, Ceiling_CrushStop (tag) 169 = USE, Light_MaxNeighbor (tag) 170 = USE, Light_ChangeToValue (tag, 35) @@ -189,7 +189,7 @@ include "xlat/defines.i" 184 = USE|REP, Ceiling_CrushAndRaiseA (tag, C_SLOW, C_SLOW, 10) 185 = USE|REP, Ceiling_CrushAndRaiseSilentA (tag, C_SLOW, C_SLOW, 10) 186 = USE|REP, FloorAndCeiling_LowerRaise (tag, F_SLOW, C_SLOW) -187 = USE|REP, Ceiling_LowerAndCrush (tag, C_SLOW, 0) +187 = USE|REP, Ceiling_LowerAndCrush (tag, C_SLOW, 0, 2) 188 = USE|REP, Ceiling_CrushStop (tag) 189 = USE, Floor_TransferTrigger (tag) 190 = USE|REP, Floor_TransferTrigger (tag)