Funny Death: Adding a little humor to your failures
	by yoshimo

I guess saying "i've gay" is a tradition for dumb mods like these, so...
i possess homosex

Credit to LunarRay for prepping an audio file of Wario Dies in a Car Crash on the fly
	(further edited by me).

v0.3b: First Message Boards release
       Fixed Tiny-splosion not properly hiding the player after a race
	  
v0.3: New death: Tiny-splosion
	  Acrobatics support: If you fail a trick, you DIE.
		  Tied to a cvar: fd_acrofailkill
	  A funny death can now be applied by other addons. Use applyFunnyDeath(player).
		  Requested by Angular
	  Slightly better support for interpolation builds like Birdhouse

v0.2b: New C-vars:
		   fd_enable: Enable toggle (why didn't I add this already)
		   fd_finishkill: Die on finish
	   Deaths have been given adjustments to remove possible copyright issues
		   Sonic-themed deaths have immunity due to the game's overall theme
		   Wario's yell is now replaced with my friend, Chase, screaming
		   Super Smash Bros. KO is now a violent explosion
		   Removed Kirby Death; it was sort of underwhelming anyway
	   Fart Poof is upgraded to fart_with_extra_reverb.mp3
	   Players no longer continue to "die" in the background post-match
	   Players no longer manually "die" post-match due to limitations with sector checking
	   Command fd_setdeath now allows setting the original death if you don't find this funny :(

v0.2: Players can now "die" after they finish a match
	  Players that lose all bumpers are now killed for more hilarity
	  Commands have been added:
		  fd_help: Displays information about all commands and c-vars
		  fd_setdeath: Sets a specific death to happen every time
		  fd_listdeaths: Lists the available deaths
		  fd_randomdeath: Resets any set death, being random again
	  C-vars have been added:
		  fd_hitkill: If the player will die when being hit by a hazard
	  Game will announce when hit-kill is enabled
	  Custom maps can specify per-map hit-kill behaviors in SOC by using LUA.FD_KillOnHit = true
	  Maps which do not have anywhere to die will enable hit-kill automatically
		  Setting LUA.FD_KillOnHit = false does not override this
	  Fixed bug with Wario Car Crash Yeet not accounting flipped gravity
	  New deaths:
		  Sonic Boss Defeat ([sort of] suggested by Neo)
		  Kirby Death
		  Fart Poof (suggested by Chase)

v0.1: Initial version