@@ -15,7 +15,7 @@ public static class Necronomicon
1515 } } ,
1616 { DeathType . Impact , new [ ]
1717 {
18- "{0} forgot what retro thrusters were " ,
18+ "{0} forgot to use retro-rockets " ,
1919 "{0} bonked into the ground too hard" ,
2020 "{0} went splat"
2121 } } ,
@@ -25,23 +25,25 @@ public static class Necronomicon
2525 "{0} forgot how to breathe" ,
2626 "{0} forgot to check their oxygen meter" ,
2727 "{0} lacked oxygen" ,
28- "{0} attempted to photosynthesise "
28+ "{0} didn't need air anyway "
2929 } } ,
3030 { DeathType . Energy , new [ ]
3131 {
3232 "{0} was cooked" ,
3333 "{0} failed the Hotshot achievement" ,
34- "{0} forgot to install AC unit"
34+ "{0} forgot to install an AC unit" ,
35+ "{0} got too hot"
3536 } } ,
3637 { DeathType . Supernova , new [ ]
3738 {
3839 "{0} ran out of time" ,
39- "{0} vaporized" ,
40+ "{0} got vaporized" ,
4041 "{0} lost track of time" ,
4142 "{0} got front row seats to the supernova" ,
4243 "{0} heard the End of Times music" ,
4344 "{0} watched the sun go kaboom" ,
44- "{0} became cosmic marshmallow"
45+ "{0} became cosmic marshmallow" ,
46+ "{0} photosynthesized too much"
4547 } } ,
4648 { DeathType . Digestion , new [ ]
4749 {
0 commit comments