]> granicus.if.org Git - nethack/commitdiff
Add missing symbols to Blank symset and Guidebook
authorPasi Kallinen <paxed@alt.org>
Sun, 4 Dec 2016 19:38:59 +0000 (21:38 +0200)
committerPasi Kallinen <paxed@alt.org>
Sun, 4 Dec 2016 19:38:59 +0000 (21:38 +0200)
dat/symbols
doc/Guidebook.mn
doc/Guidebook.tex

index 619d436a720b6689d68509c2e78243daf4045f86..c6afc4c5eb7a70c96e684fcb62212f8960213d0f 100644 (file)
@@ -453,11 +453,13 @@ start: Blank
         S_hbeam: \032
         S_hcdbridge: \032
         S_hcdoor: \032
+        S_hodbridge: \032
         S_hodoor: \032
         S_hole: \032
         S_human: \032
         S_humanoid: \032
         S_hwall: \032
+        S_ice: \032
         S_imp: \032
         S_invisible: \032
         S_jabberwock: \032
@@ -543,7 +545,9 @@ start: Blank
         S_vbeam: \032
         S_vcdbridge: \032
         S_vcdoor: \032
+        S_venom: \032
         S_vibrating_square: \032
+        S_vodbridge: \032
         S_vodoor: \032
         S_vortex: \032
         S_vwall: \032
index cf4d137392a58d400ec80ecb23ff01d798a52ee1..f5adc8b6ec5c8676cec1cf3b8a838ca368109146 100644 (file)
@@ -3543,6 +3543,7 @@ h S_humanoid      (humanoid)
 -      S_hwall (horizontal wall)
 .      S_ice   (ice)
 i      S_imp   (imp or minor demon)
+I      S_invisible     (invisible monster)
 J      S_jabberwock    (jabberwock)
 j      S_jelly (jelly)
 k      S_kobold        (kobold)
index 5bf4fc351443cf1c60c4c4724861c6a7728181d5..0f3c8350468e23b0c93b0cafe0b944a6084e87e1 100644 (file)
@@ -4334,6 +4334,7 @@ Default  & Symbol Name                & Description\\
 \verb@-@ & S\verb+_+hwall                   &  (horizontal wall)\\
 \verb@.@ & S\verb+_+ice                     &  (ice)\\
 \verb@i@ & S\verb+_+imp                     &  (imp or minor demon)\\
+\verb@I@ & S\verb+_+invisible               &  (invisible monster)\\
 \verb@J@ & S\verb+_+jabberwock              &  (jabberwock)\\
 \verb@j@ & S\verb+_+jelly                   &  (jelly)\\
 \verb@k@ & S\verb+_+kobold                  &  (kobold)\\