Ticket #30081

Magic Eater Regeneration Bug

Eröffnet am: 2012-11-13 07:15 Letztes Update: 2020-12-21 08:23

Auswertung:
(Anonym)
Verantwortlicher:
Typ:
Status:
Geschlossen
Komponente:
(Keine)
Priorität:
5 - Mittel
Schweregrad:
5 - Mittel
Lösung:
Gefixt
Datei:
Keine

Details

In dungeon.c the regenmagic() function has a bug: new_mana = ((long)p_ptr->magic_num2i+adj_mag_manaA_INT+13) * percent / 8;

should be new_mana = ((long)p_ptr->magic_num2i+adj_mag_mana[p_ptr->stat_ind[A_INT]]+13) * percent / 8;

Ticket-Verlauf (3/4 Historien)

2012-11-13 07:15 Aktualisiert von: None
  • New Ticket "Magic Eater Regeneration Bug" created
2012-11-13 08:21 Aktualisiert von: deskull
  • Verantwortlicher Update from (Keine) to deskull
Kommentar

Thank you for your point out. I will fix it.

2013-02-03 13:43 Aktualisiert von: iks
  • Ticket Close date is changed to 2013-02-03 13:43
  • Status Update from Offen to Geschlossen
Kommentar

Fixed. See also #20138.

2020-12-21 08:23 Aktualisiert von: deskull

Dateianhangliste

Keine Anhänge

Bearbeiten

Please login to add comment to this ticket » Anmelden