Commit 17f649a 1 parent 5142739 commit 17f649a Copy full SHA for 17f649a
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 34
34
stun_trap = "Stun Trap"
35
35
literature_trap = "Literature Trap"
36
36
timer_trap = "Timer Trap"
37
- reverse_controls_trap = "Reverse Controls Trap"
37
+ reverse_controls_trap = "Reverse Trap"
38
38
thwimp_trap = "Thwimp Trap"
39
39
40
40
# Other Definitions
Original file line number Diff line number Diff line change @@ -244,11 +244,11 @@ class TimerTrapWeight(BaseTrapWeight):
244
244
display_name = "Timer Trap Weight"
245
245
246
246
247
- class ReverseControlsTrapWeight (BaseTrapWeight ):
247
+ class ReverseTrapWeight (BaseTrapWeight ):
248
248
"""
249
249
Likelihood of a receiving a trap which causes the controls to be reversed in the current level
250
250
"""
251
- display_name = "Reverse Controls Trap Weight"
251
+ display_name = "Reverse Trap Weight"
252
252
253
253
254
254
class ThwimpTrapWeight (BaseTrapWeight ):
@@ -396,7 +396,7 @@ class SMWOptions(PerGameCommonOptions):
396
396
stun_trap_weight : StunTrapWeight
397
397
literature_trap_weight : LiteratureTrapWeight
398
398
timer_trap_weight : TimerTrapWeight
399
- reverse_controls_trap_weight : ReverseControlsTrapWeight
399
+ reverse_trap_weight : ReverseTrapWeight
400
400
thwimp_trap_weight : ThwimpTrapWeight
401
401
autosave : Autosave
402
402
early_climb : EarlyClimb
You can’t perform that action at this time.
0 commit comments