Half_physical_damage 03
- fish out of water
This commit is contained in:
+5
-2
@@ -154,8 +154,11 @@ moveloop()
|
|||||||
wtcap = UNENCUMBERED;
|
wtcap = UNENCUMBERED;
|
||||||
} else if (Upolyd && youmonst.data->mlet == S_EEL && !is_pool(u.ux,u.uy) && !Is_waterlevel(&u.uz)) {
|
} else if (Upolyd && youmonst.data->mlet == S_EEL && !is_pool(u.ux,u.uy) && !Is_waterlevel(&u.uz)) {
|
||||||
if (u.mh > 1) {
|
if (u.mh > 1) {
|
||||||
u.mh--;
|
if (!Half_physical_damage ||
|
||||||
context.botl = 1;
|
(Half_physical_damage && !(moves % 2))) {
|
||||||
|
u.mh--;
|
||||||
|
context.botl = 1;
|
||||||
|
}
|
||||||
} else if (u.mh < 1)
|
} else if (u.mh < 1)
|
||||||
rehumanize();
|
rehumanize();
|
||||||
} else if (Upolyd && u.mh < u.mhmax) {
|
} else if (Upolyd && u.mh < u.mhmax) {
|
||||||
|
|||||||
Reference in New Issue
Block a user