Krevik / Kether.pl-L4D2-Server

GNU General Public License v3.0
7 stars 3 forks source link

SpecHUD / TankHUD kether revamp #40

Closed Murzysko closed 1 year ago

Murzysko commented 2 years ago

I'd like to propose shorter text for Tank Report from:

[Tank Report] Tank was alive for a total time of: 03:08. [Tank Report] Tank dealt a total of 172 damage with: 1 rocks, 2 punches, 1 object hits.

to:

[Tank Report] Time: 03:08 | Damage 172 with: 1 rocks, 2 punches, 1 object hits.

It will make 1 free line in the chat

Krevik commented 2 years ago

TODO: -add support for multiple tank controls -fix damage and hit count not being properly count when the hit results in incap -To keep up the SOLID principles, move the logic to a new plugin and provide necessary forwards/natives: -create new plugin and move the logic code into there -fix aforementioned problems -move print info (using forward) to l4d2_tank_damage_announce OR instead of creating new plugin, implement the logic here.