HM-CODE / Haunted-Memories

A repository for Haunted Memories code.
http://www.haunted-memories.net/
BSD 3-Clause "New" or "Revised" License
4 stars 5 forks source link

Vigor and Resilience deactivations behaving improperly #13

Open Bradamante opened 13 years ago

Bradamante commented 13 years ago

Vigor and Resilience activations fail to deactivate gracefully under dropped connections. Disconnections due to router problems or similar leave the code active for an indefinite period.

One incidence of Vigor deactivating without being properly marked as deactivating has also been reported. Strength dropped to 3 as if deactivated, but the code still regarded the power as active and would not let it be activated again; deactivating it a second time resulted in the PC's Strength inaccurately dropping from 3 to -1, requiring staff assistance to correct.

Loki indicated an @disconnect will probably be necessary to handle this.