diff --git a/src/Main.hs b/src/Main.hs
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -15,6 +15,7 @@
 -- todo [release] jr quest
 -- todo [request] nemo, disable boldness for menu choice
 -- todo [bug] https://i.imgur.com/xVzgod9.png on win
+-- todo [request] jr, missing spawnpoint in room, non fare crash
 
 main :: IO ()
 main = E.getArgs >>= \case
diff --git a/stories/orcolat.vns b/stories/orcolat.vns
--- a/stories/orcolat.vns
+++ b/stories/orcolat.vns
@@ -740,10 +740,10 @@
                     |       :::            RR   RRRRRRRR   i
                     |       :::              RRR           i
                     |       :::                            i
-    ®His Pickaxe!®  |       :::                            i
+    ®His Poleaxe!®  |       :::                            i
                     |       :::                            i
                  ---------  :::      ®I clinged to  the®   i
-                            :::      ®Pickaxe, together®   i
+                            :::      ®Poleaxe, together®   i
                             :::      ®falling into the ®   i
 ::::::::::::::::::::        :::      ®      void.      ®   i
 ::::::::::::::::::::::::====:::                            i
@@ -838,7 +838,7 @@
 ~~~~~~~~~~~~~~~~~~~~~                  ~~~~~~~~~~~~~~~~~~~~~
 ~~~~~~             ~~~~~~          ~~~~~~~              ~~~~
 66   ® I  held  to ®                       ®I fell,  I® ~~~~
-66   ®the  Pickaxe.®                       ®fell for a® ~~~~
+66   ®the  Poleaxe.®                       ®fell for a® ~~~~
 66                                         ®long time.® ~~~~
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~              ~~~~
 ®Intercession®~~~~~~~~~~~~~~~~~~~~~~~~~~~~              ~~~~
@@ -876,7 +876,7 @@
 ~~~~~~~~~                                                 ~~
 ~~~~~~~                             ®I still have got a®  ~~
 ~~~~~~                              ®   shard of the   ®  ~~
-~~~~~                               ® Pickaxe with me. ®  ~~
+~~~~~                               ® Poleaxe with me. ®  ~~
 ~~~~                                                      ~~
 ~~~         ~~~~~~~~~~~~~~~~~~~~                          ~~
 ~~       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -1020,7 +1020,7 @@
    GGGPGPPPGGPPPGGGG      ®My right leg®    =: ----- .. - -
      GGGGPGRGGPGGG        ®was broken. ®   ==  ---...===---
         GGRRRGG                            :=®//®..- -  --- 
-          RRR   ®The Pickaxe®            ==    -.. -------  
+          RRR   ®The Poleaxe®            ==    -.. -------  
           RRR   ® in pieces.®   ==:::=::==   ==-.===-=---=  
           RRR                   =    YY==.==...- ---    --  
           RRR     =          ::::=====.======Y==Y-- ---- ---
diff --git a/venzone.cabal b/venzone.cabal
--- a/venzone.cabal
+++ b/venzone.cabal
@@ -1,11 +1,11 @@
 cabal-version:       2.2
 name:                venzone
-version:             1.0.0.2
+version:             1.0.0.3
 synopsis:            ASCII platform-adventure game
-description:         Steal the Earthquake Pickaxe from the Orcolat
+description:         Steal the Earthquake Poleaxe from the Orcolat
                      and save your valley. Binaries and more info in the
                      <http://www.ariis.it/static/articles/venzone/page.html game page>.
-homepage:            none yet
+homepage:            http://ariis.it/static/articles/venzone/page.html
 license:             GPL-3.0-only
 license-file:        COPYING
 author:              Francesco Ariis
