mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-07 13:05:41 +00:00
cleanup
This commit is contained in:
parent
0c6fd2f630
commit
1da40970dc
@ -15,7 +15,7 @@ namespace QSB.DeathSync
|
||||
} },
|
||||
{ DeathType.Impact, new[]
|
||||
{
|
||||
"{0} forgot what retro-rockets are",
|
||||
"{0} forgot to use retro-rockets",
|
||||
"{0} bonked into the ground too hard",
|
||||
"{0} went splat"
|
||||
} },
|
||||
@ -25,13 +25,14 @@ namespace QSB.DeathSync
|
||||
"{0} forgot how to breathe",
|
||||
"{0} forgot to check their oxygen meter",
|
||||
"{0} lacked oxygen",
|
||||
"{0} attempted to photosynthesise"
|
||||
"{0} didn't need air anyway"
|
||||
} },
|
||||
{ DeathType.Energy, new[]
|
||||
{
|
||||
"{0} was cooked",
|
||||
"{0} failed the Hotshot achievement",
|
||||
"{0} forgot to install an AC unit"
|
||||
"{0} forgot to install an AC unit",
|
||||
"{0} got too hot"
|
||||
} },
|
||||
{ DeathType.Supernova, new[]
|
||||
{
|
||||
@ -41,7 +42,8 @@ namespace QSB.DeathSync
|
||||
"{0} got front row seats to the supernova",
|
||||
"{0} heard the End of Times music",
|
||||
"{0} watched the sun go kaboom",
|
||||
"{0} became cosmic marshmallow"
|
||||
"{0} became cosmic marshmallow",
|
||||
"{0} photosynthesized too much"
|
||||
} },
|
||||
{ DeathType.Digestion, new[]
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user