mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Factorio: prevent players from getting stuck from Teleport Traps (#4537)
This commit is contained in:
@@ -263,7 +263,8 @@ class AttackTrapCount(TrapCount):
|
||||
|
||||
|
||||
class TeleportTrapCount(TrapCount):
|
||||
"""Trap items that when received trigger a random teleport."""
|
||||
"""Trap items that when received trigger a random teleport.
|
||||
It is ensured the player can walk back to where they got teleported from."""
|
||||
display_name = "Teleport Traps"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user