mirror of
https://codeberg.org/noisytoot/notnotdnethack.git
synced 2025-07-31 09:52:25 +01:00
Also show damage type and numbers for gems (to be slung)
This commit is contained in:
parent
8b82739610
commit
a8e0a49f88
1 changed files with 1 additions and 1 deletions
|
@ -2587,7 +2587,7 @@ winid *datawin;
|
|||
}
|
||||
|
||||
/* Object classes currently with no special messages here: amulets. */
|
||||
if (olet == WEAPON_CLASS || (olet == TOOL_CLASS && oc.oc_skill) || otyp == HEAVY_IRON_BALL) {
|
||||
if (olet == WEAPON_CLASS || (olet == TOOL_CLASS && oc.oc_skill) || otyp == HEAVY_IRON_BALL || olet == GEM_CLASS) {
|
||||
int mask = attack_mask(obj, otyp, oartifact);
|
||||
boolean otyp_is_blaster = (otyp == HAND_BLASTER || otyp == ARM_BLASTER || otyp == MASS_SHADOW_PISTOL || otyp == CUTTING_LASER || otyp == RAYGUN);
|
||||
boolean otyp_is_launcher = (((oc.oc_skill >= P_BOW && oc.oc_skill <= P_CROSSBOW) || otyp == ATLATL) && !otyp_is_blaster);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue