home · contact · privacy
Server, plugin: Refactor ai (plugin hooks).
[plomrogue] / server / config / actions.py
index 3e10f3231dfb2b089814bc4fb44189e115dc3012..7f3af9a1116b3364552d78a429b002eb147a3632 100644 (file)
@@ -5,7 +5,6 @@
 
 from server.actions import actor_wait, actor_move, actor_pickup, actor_drop, \
     actor_use
-
 action_db = {
     "actor_wait": actor_wait,
     "actor_move": actor_move,