Bug - Fixed polar vortex not being tracked properly when no item is acquired

c2t

Member
When Fire Extinguisher: Polar Vortex is used and an item is not acquired with the skill use, the preference is not updated to reflect the skill use.

The combat text for when the skill is used but an item not acquired is as follows:
Code:
You fire a blast of frigid extinguishant at your foe for \d+ damage!

Attached is a screencap showing the same text in combat.

Edit2: easiest way to reproduce this is to just use polar vortex on any NEP monster, since there is a 0% chance of getting an item with polar vortex from them.

Edit: log showing preference not being tracked when the skill fails to acquire an item:
Code:
[137] Thugnderdome
Took choice 1435/1: unknown
choice.php?forceoption=0&option=1&pwd&whichchoice=1435&heyscriptswhatsupwinkwink=249
Preference lastEncounter changed from Dr. Gordon Stuart, a Scientist to gnarly gnome
Encounter: gnarly gnome
Preference mappingMonsters changed from true to false
Preference _lastCombatStarted changed from 20211002110055 to 20211002110414
Round 0: zdrvst wins initiative!
Round 1: zdrvst casts FIRE EXTINGUISHER: POLAR VORTEX!
Round 2: gnarly gnome takes 6 damage.
You acquire an item: flange
Preference _fireExtinguisherCharge changed from 90 to 80
Round 2: zdrvst casts FIRE EXTINGUISHER: POLAR VORTEX!
Round 3: gnarly gnome takes 5 damage.
You acquire an item: flange
Preference _fireExtinguisherCharge changed from 80 to 70
Round 3: zdrvst casts FIRE EXTINGUISHER: POLAR VORTEX!
Round 4: gnarly gnome takes 4 damage.
Round 4: zdrvst casts FIRE EXTINGUISHER: POLAR VORTEX!
Round 5: gnarly gnome takes 6 damage.
Round 5: zdrvst casts FIRE EXTINGUISHER: POLAR VORTEX!
Round 6: gnarly gnome takes 4 damage.
You acquire an item: flange
Round 6: You lose 1 hit point
Preference _fireExtinguisherCharge changed from 70 to 60
Round 6: zdrvst casts FIRE EXTINGUISHER: POLAR VORTEX!
Round 7: gnarly gnome takes 6 damage.
You acquire an item: flange
Preference _fireExtinguisherCharge changed from 60 to 50
Round 7: zdrvst casts FIRE EXTINGUISHER: POLAR VORTEX!
Round 8: gnarly gnome takes 6 damage.
You acquire an item: flange
Preference _fireExtinguisherCharge changed from 50 to 40
Round 8: zdrvst casts FIRE EXTINGUISHER: POLAR VORTEX!
Round 9: gnarly gnome takes 4 damage.
You acquire an item: flange
Round 9: You lose 1 hit point
Preference _fireExtinguisherCharge changed from 40 to 30
Round 9: zdrvst casts FIRE EXTINGUISHER: POLAR VORTEX!
Round 10: gnarly gnome takes 6 damage.
You acquire an item: flange
Preference _fireExtinguisherCharge changed from 30 to 20
 

Attachments

  • 20210905_vortex_whiff1.png
    20210905_vortex_whiff1.png
    22.6 KB · Views: 6
Last edited:
Top