Bug fixes in the curing system

by Thorgal

Back to Mechanic's Corner.

Thorgal2006-01-24 18:35:12
There's two things in my combat system that those that use it, should change. Problems were caused by:

1) A Lusternian typo in the legtendon cured message, that my system accounted for.

2) The introduction of the mud affliction.

The typo Lusternia had, was this message: The tendon in your your (*) leg reattaches itself. My system had it like that so it got triggered, but apparently the typo got fixed, so the trigger doesn't fire anymore, causing problems with curing legtendon. To fix it, change the message to The tendon in your (*) leg reattaches itself.

To fix the problems caused by being both sapped and mudded, find this trigger: * you scrub under your armpits * and change it to the last line of the message you see when sap is actually cured.

That will be all.
Athana2006-01-24 20:38:28
Thank you, thank you, thank you! cheer.gif

I was trying to figure out what was wrong with these two things but I knew I'd probably break something in the process.
Navaryn2006-01-25 00:26:43
You. Are. A. God.

worthy.gif
Selwin2006-01-25 00:50:01
Nice! Thanks, Thorgal. I'll have to look up the cure message of sap sometime.