about summary refs log tree commit diff
path: root/lib/Grav2ty/Core.hs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Grav2ty/Core.hs')
-rw-r--r--lib/Grav2ty/Core.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Grav2ty/Core.hs b/lib/Grav2ty/Core.hs
index 8b67af9..4d61c5a 100644
--- a/lib/Grav2ty/Core.hs
+++ b/lib/Grav2ty/Core.hs
@@ -48,9 +48,9 @@ type Tick = Integer
 type World a = Map Id (Object a)
 
 data Modifier
-  = NoMod            -- ^ Not modified, purely physics based.
-  | LocalMod         -- ^ Object is modified by local client / player.
-  | External Integer -- ^ Object is modified by an external source / other players.
+  = NoMod  -- ^ Not modified, purely physics based.
+  | Mod Id -- ^ Object is modified by the modifier with a certain 'Id',
+           --   which might be a local or remote player.
   deriving(Eq, Ord, Show)
 
 -- | @Just (<cannon position>, <cannon direction>)@ describes origin and