diff --git a/Game/Antisplice/Dungeon/Ironforge/IronforgeCity.hs b/Game/Antisplice/Dungeon/Ironforge/IronforgeCity.hs
--- a/Game/Antisplice/Dungeon/Ironforge/IronforgeCity.hs
+++ b/Game/Antisplice/Dungeon/Ironforge/IronforgeCity.hs
@@ -63,8 +63,7 @@
              "you everything you need to know.\n\n"++
              "Ironforge is a dungeon that primarily plays in Azeroth, but includes "++
              "places and scenes from other narrations or reality. Most are intended "++
-             "to be funny, but since the implementor is a fag you shouldn't expect "++
-             "too much.\n\nAnyways, have fun and good luck :)")
+             "to be funny, probably they aren't.\n\nAnyways, have fun and good luck :)")
             ["green"]
       addDescSeg "On one wall there is a green sign. Type \"read sign\" to read it."
     onFirstEnter $ do
@@ -72,6 +71,12 @@
         mprintLn "** Welcome to IRONFORGE, an experimental dungeon on top of Antisplice."
         mprintLn "**"
         mprintLn "** This is not a stable branch, but rather a technical demo."
+        mprintLn "** Actually this branch is about to die, since the implementor is looking"
+        mprintLn "** for a way to move the game content to runtime scripts. And their language"
+        mprintLn "** needs to be developed first, a bytecode interpreter and a compiler need"
+        mprintLn "** to be written, the content need to be ported, possibly the engine needs"
+        mprintLn "** a complete redesign, and so on and so on and so on... Don't expect more"
+        mprintLn "** content to be coming soon. It may take a lot of time :)"
         mprintLn "**"
         mprintLn "** Antisplice (c) 2014 Marvin Cohrs (http://hackage.haskell.org/package/antisplice)"
         mprintLn "** Ironforge  (c) 2014 Marvin Cohrs (http://hackage.haskell.org/package/ironforge)"
diff --git a/ironforge.cabal b/ironforge.cabal
--- a/ironforge.cabal
+++ b/ironforge.cabal
@@ -10,7 +10,7 @@
 -- PVP summary:      +-+------- breaking API changes
 --                   | | +----- non-breaking API additions
 --                   | | | +--- code changes with no API change
-version:             0.1.0.32
+version:             0.1.0.33
 
 -- A short (one-line) description of the package.
 synopsis:            A technical demo for Antisplice.
@@ -48,7 +48,7 @@
 library
   exposed-modules:  Game.Antisplice.Dungeon.Ironforge, Game.Antisplice.Dungeon.Ironforge.School, Game.Antisplice.Dungeon.Ironforge.IronforgeCity, Game.Antisplice.Dungeon.Ironforge.Cambridge, Game.Antisplice.Dungeon.Ironforge.Kinds
 
-  build-depends:       base >=4.6 && <4.7, chatty >=0.6 && <0.7, chatty-utils >=0.6 && <0.7, antisplice >=0.17 && <0.18, mtl >= 2.1 && < 2.2, transformers >= 0.3 && < 0.4
+  build-depends:       base >=4.6 && <4.7, chatty >=0.6 && <0.7, chatty-utils >=0.7.1 && <0.8, antisplice >=0.17 && <0.18, mtl >= 2.1 && < 2.2, transformers >= 0.3 && < 0.4
 
   default-language: Haskell2010
 
@@ -64,7 +64,7 @@
   other-extensions:    FlexibleContexts
   
   -- Other library packages from which modules are imported.
-  build-depends:       base >=4.6 && <4.7, chatty >=0.6 && <0.7, chatty-utils >=0.6 && <0.7, antisplice >=0.17 && <0.18, mtl >= 2.1 && < 2.2, transformers >= 0.3 && < 0.4
+  build-depends:       base >=4.6 && <4.7, chatty >=0.6 && <0.7, chatty-utils >=0.7.1 && <0.8, antisplice >=0.17 && <0.18, mtl >= 2.1 && < 2.2, transformers >= 0.3 && < 0.4
   
   -- Directories containing source files.
   -- hs-source-dirs:      
