Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reading floppies and artifact floppies #103

Open
Umbire opened this issue Sep 27, 2023 · 0 comments
Open

Reading floppies and artifact floppies #103

Umbire opened this issue Sep 27, 2023 · 0 comments

Comments

@Umbire
Copy link

Umbire commented Sep 27, 2023

Per this set of lines, Geeks are (probably accidentally?) excluded from being able to properly "read" a pack of floppies:

SlashTHEM/src/apply.c

Lines 3772 to 3786 in d828e64

if (!Role_if(PM_HACKER)) {
pline("If only you knew what the heck this is ... ");
return;
}
pline("Due to years of experience with computers, you can read the");
pline("disks' contents by merely looking at the magnetic surface ...");
if (Blind) {
pline("Yet, without seeing, not even you can read anyting.");
return;
}
if (obj->oartifact == ART_NETHACK_SOURCES) {
com_pager(9999);

The Hacker's Master Boot Disk should also have its own messages when "read" this way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant