1998-11-22 15:40:15 +00:00
|
|
|
|
diff -ruN ./src/polyself.c ../nethack-3.2.2/src/polyself.c
|
|
|
|
|
--- ./src/polyself.c Sun Nov 22 01:10:08 1998
|
|
|
|
|
+++ ../nethack-3.2.2/src/polyself.c Sun Nov 22 01:12:25 1998
|
|
|
|
|
@@ -171,7 +171,7 @@
|
|
|
|
|
if (u.uhp <= 0) u.uhp = 1;
|
|
|
|
|
if (u.uhpmax <= 0) u.uhpmax = 1;
|
|
|
|
|
} else {
|
|
|
|
|
-/*JP Your("new form doesn't seem healthy enough to survive.");
|
|
|
|
|
+/*JP Your("new form doesn't seem healthy enough to survive.");*/
|
|
|
|
|
Your("<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ѥ<EFBFBD><D1A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ƥ<EFBFBD><C6A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϥ<EFBFBD><CFA4>ʤ<EFBFBD><CAA4>褦<EFBFBD><E8A4A6><EFBFBD><EFBFBD>");
|
|
|
|
|
killer_format = KILLED_BY_AN;
|
|
|
|
|
/*JP killer="unsuccessful polymorph";*/
|
|
|
|
|
@@ -181,7 +181,7 @@
|
|
|
|
|
}
|
|
|
|
|
/*JP polyman("feel like a new %s!",
|
|
|
|
|
Role_is('E') ? "elf" : flags.female ? "woman" : "man");*/
|
|
|
|
|
- if(saved_sex == flags.female)
|
|
|
|
|
+ if(u.umonnum != PM_PLAYERMON || saved_sex == flags.female)
|
|
|
|
|
polyman("<22>̤<EFBFBD>%s<>Ȥ<EFBFBD><C8A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ޤ줫<DEA4><ECA4AB><EFBFBD>ä<EFBFBD><C3A4>褦<EFBFBD>ʵ<EFBFBD><CAB5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",
|
|
|
|
|
pl_character[0] == 'E' ? "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" : "<22>ʹ<EFBFBD>");
|
|
|
|
|
else
|