1
0
Fork 0

Player.cpp: Added Wither death message

This commit is contained in:
archshift 2014-07-17 14:08:21 -07:00
parent 5e198c6730
commit 5c0789e15e
1 changed files with 1 additions and 0 deletions

View File

@ -905,6 +905,7 @@ void cPlayer::KilledBy(TakeDamageInfo & a_TDI)
case dtCactusContact: DamageText = "was impaled on a cactus"; break;
case dtLavaContact: DamageText = "was melted by lava"; break;
case dtPoisoning: DamageText = "died from septicaemia"; break;
case dtWithering: DamageText = "is a husk of their former selves"
case dtOnFire: DamageText = "forgot to stop, drop, and roll"; break;
case dtFireContact: DamageText = "burnt themselves to death"; break;
case dtInVoid: DamageText = "somehow fell out of the world"; break;