LLA-Gaming / SS13

Please put all your changes that are not fixes on the "Development" branch -
http://www.llagaming.net
GNU Affero General Public License v3.0
14 stars 37 forks source link

Z_virus optimization (To fix the lag) #391

Closed Raptorblaze closed 8 years ago

Raptorblaze commented 8 years ago

Changed Z_virus's stage_act() logic to prevent processing of disease stages if the user is already a zombie. Hopefully resolves massive lag caused by zombies.

Raptorblaze commented 8 years ago

In case the label wasn't obvious, this still needs to be tested. I will test it myself when I get home if no one has by then.

Raptorblaze commented 8 years ago

Added a change to fix the appendectomy magically curing all diseases, while I'm fixing disease bugs.

Raptorblaze commented 8 years ago

Testing complete. Local server withstood 200+ zombies with no issues. Appendectomy removed appendicitis infection but left z_virus and flu intact. Merging.