mirror of
https://codeberg.org/noisytoot/notnotdnethack.git
synced 2025-07-28 16:32:27 +01:00
Bugfix: Deep one and Deeper one Future kits were swapped.
I *thought* deep ones got a lot more leathal in the future _><
This commit is contained in:
parent
ea6c8699f4
commit
bd05a9b241
1 changed files with 2 additions and 2 deletions
|
@ -4739,7 +4739,7 @@ boolean goodequip;
|
|||
if(!rn2(4))(void)mongets(mtmp, CLOAK, mkobjflags);
|
||||
} else if(mm == PM_DEEP_ONE || mm == PM_DEEPER_ONE) {
|
||||
if(Infuture){
|
||||
if(mm == PM_DEEP_ONE){
|
||||
if(mm == PM_DEEPER_ONE){
|
||||
switch (rn2(3)) {
|
||||
case 0:
|
||||
(void)mongets(mtmp, LEATHER_ARMOR, mkobjflags);
|
||||
|
@ -5086,7 +5086,7 @@ boolean goodequip;
|
|||
}
|
||||
}
|
||||
}
|
||||
}else if((mm == PM_MIND_FLAYER || mm == PM_MASTER_MIND_FLAYER)){
|
||||
} else if((mm == PM_MIND_FLAYER || mm == PM_MASTER_MIND_FLAYER)){
|
||||
if(on_level(&rlyeh_level,&u.uz)){
|
||||
otmp = mksobj(BULLWHIP, mkobjflags);
|
||||
otmp->oerodeproof = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue