Ticket #168 (closed bug: fixed)

Opened 8 weeks ago

Last modified 3 weeks ago

blades of light do not do light damage

Reported by: neongrey Owned by: brazen
Priority: 0-trivial Milestone:
Severity: non-applicable Keywords: code blade of light done
Cc:

Description

Damage type is other. The prototype object (94) has the damtype set correctly, but in code, the spell sets the damtype on the weapon. probably something that didn't get updated when damage verbs got divorced from damage types.

since the prototype is set correctly, the code for the spell probably doesn't need to mess with this at all.

Change History

Changed 8 weeks ago by neongrey

also there is a code typo in the function; currently it actually does the load process twice. in the blade of light function, there's something that reads "if (!(lightsword =" etc, etc, where it needs to read 'if (!lightsword)'

Changed 5 weeks ago by brazen

  • owner set to brazen
  • status changed from new to assigned

Changed 4 weeks ago by brazen

Revision 86

Changed 4 weeks ago by brazen

  • keywords done added

Changed 3 weeks ago by brazen

  • status changed from assigned to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.