diff --git a/src/Entities/Player.cpp b/src/Entities/Player.cpp index 95b231d04..bbe237d39 100644 --- a/src/Entities/Player.cpp +++ b/src/Entities/Player.cpp @@ -1203,6 +1203,7 @@ void cPlayer::KilledBy(TakeDamageInfo & a_TDI) case dtAdmin: return "was administrator'd"; case dtExplosion: return "blew up"; case dtAttack: return "was attacked by thin air"; + case dtEnvironment: return "played too much dress up"; // This is not vanilla - added a own pun } UNREACHABLE("Unsupported damage type"); }();