Skip to content

Commit 17f649a

Browse files
committed
Change 'Reverse Controls Trap' to 'Reverse Trap'
1 parent 5142739 commit 17f649a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

worlds/smw/Names/ItemName.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
stun_trap = "Stun Trap"
3535
literature_trap = "Literature Trap"
3636
timer_trap = "Timer Trap"
37-
reverse_controls_trap = "Reverse Controls Trap"
37+
reverse_controls_trap = "Reverse Trap"
3838
thwimp_trap = "Thwimp Trap"
3939

4040
# Other Definitions

worlds/smw/Options.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -244,11 +244,11 @@ class TimerTrapWeight(BaseTrapWeight):
244244
display_name = "Timer Trap Weight"
245245

246246

247-
class ReverseControlsTrapWeight(BaseTrapWeight):
247+
class ReverseTrapWeight(BaseTrapWeight):
248248
"""
249249
Likelihood of a receiving a trap which causes the controls to be reversed in the current level
250250
"""
251-
display_name = "Reverse Controls Trap Weight"
251+
display_name = "Reverse Trap Weight"
252252

253253

254254
class ThwimpTrapWeight(BaseTrapWeight):
@@ -396,7 +396,7 @@ class SMWOptions(PerGameCommonOptions):
396396
stun_trap_weight: StunTrapWeight
397397
literature_trap_weight: LiteratureTrapWeight
398398
timer_trap_weight: TimerTrapWeight
399-
reverse_controls_trap_weight: ReverseControlsTrapWeight
399+
reverse_trap_weight: ReverseTrapWeight
400400
thwimp_trap_weight: ThwimpTrapWeight
401401
autosave: Autosave
402402
early_climb: EarlyClimb

0 commit comments

Comments
 (0)