OSDN Git Service

[Refactor] #40635 Separated market/building-initializer.c/h from init.c/h
[hengband/hengband.git] / src / object-activation / activation-teleport.c
index 7004115..a4593a9 100644 (file)
@@ -74,3 +74,9 @@ bool activate_teleport(player_type *user_ptr)
     teleport_player(user_ptr, 100, TELEPORT_SPONTANEOUS);
     return TRUE;
 }
+
+bool activate_phase_door(player_type *user_ptr)
+{
+    teleport_player(user_ptr, 10, TELEPORT_SPONTANEOUS);
+    return TRUE;
+}