| Name | Tinfoil Hat v1.0 |
| Rating | |
| Author | Malcolm Ryan |
| For | NetHack 3.4.3 |
| Description | Adds a new armor type, the tinfoil hat. It blocks psychic energy, blocking telepathy (both in and out). |
| Download | http://www.cse.unsw.edu.au/~malcolmr/nethack/3.4.3/tinfoil-hat.diff (3.5 Kb) |
| Added | January 31, 2005 00:43 |
| Submit an update to this patch | |
| bhaak | September 02, 2009 20:33 | |
| A bug in Unblind_telepat prevents the Amulet of ESP to work.
The AND between ETelepat and BTelepat is bitwise but should be booleanwise. The code should read: #define Unblind_telepat (ETelepat && !BTelepat)[Quote] | ||
| 3 | Eric | January 08, 2006 05:33 |
| Fun idea, but there were a few more things in the inspiring thread that could be implemented.[Quote] | ||