From: Pasi Kallinen Date: Sun, 4 Dec 2016 19:38:59 +0000 (+0200) Subject: Add missing symbols to Blank symset and Guidebook X-Git-Tag: NetHack-3.6.1_RC01~550 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=daff7653f866ba7f3c4775d1dc0ef0c356c198b3;p=nethack Add missing symbols to Blank symset and Guidebook --- diff --git a/dat/symbols b/dat/symbols index 619d436a7..c6afc4c5e 100644 --- a/dat/symbols +++ b/dat/symbols @@ -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 diff --git a/doc/Guidebook.mn b/doc/Guidebook.mn index cf4d13739..f5adc8b6e 100644 --- a/doc/Guidebook.mn +++ b/doc/Guidebook.mn @@ -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) diff --git a/doc/Guidebook.tex b/doc/Guidebook.tex index 5bf4fc351..0f3c83504 100644 --- a/doc/Guidebook.tex +++ b/doc/Guidebook.tex @@ -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)\\