transporters
This commit is contained in:
+1
-1
@@ -218,7 +218,7 @@ are zero-cost and may all resolve in the same frame.
|
||||
| `move(dir)` | Step one cell in `dir`, shoving any pushable chain (including the player) ahead; a no-op if blocked. **Costs 0.25 s** before this object can move again. |
|
||||
| `delay(secs)` | Insert an explicit pause in this object's queue (accepts int or float). Adjacent delays merge. |
|
||||
| `now()` | Promote the most-recently-enqueued action to the **front** of the queue (jump the delay). |
|
||||
| `teleport(x, y)` | Jump to an arbitrary cell. Zero cost. Refused (with a logged error at resolve time) if this object is solid and the destination already holds a solid. |
|
||||
| `teleport(id, x, y)` | Jump entity `id` to an arbitrary cell (pass `me.id` for self; `id == -1` is the player). Zero cost. Refused (with a logged error at resolve time) if that entity is solid and the destination already holds a *different* solid. |
|
||||
|
||||
### Appearance
|
||||
|
||||
|
||||
Reference in New Issue
Block a user