Allow fixed-destination teleport traps
Add a theme room with multiple visible teleportation traps which will always teleport to specific locations in the same level. Teleport trap change from xNetHack by copperwater <aosdict@gmail.com>.
This commit is contained in:
@@ -20,6 +20,7 @@ struct trap {
|
||||
coordxy tx, ty;
|
||||
d_level dst; /* destination for portals/holes/trapdoors */
|
||||
coord launch;
|
||||
#define teledest launch /* x,y destination for teleport traps, if > 0 */
|
||||
Bitfield(ttyp, 5);
|
||||
Bitfield(tseen, 1);
|
||||
Bitfield(once, 1);
|
||||
|
||||
Reference in New Issue
Block a user