Factorio: prevent players from getting stuck from Teleport Traps (#4537)

This commit is contained in:
Fabian Dill
2025-02-20 00:17:19 +01:00
committed by GitHub
parent 91a8fc91d6
commit 11fa43f0a4
3 changed files with 77 additions and 6 deletions

View File

@@ -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"