First commit for nations gamemode, setting up the framework I'll be using.

This commit is contained in:
ZomgPonies
2014-05-26 20:02:20 -04:00
parent 36af7c4ba2
commit 3c9dbcc822
5 changed files with 88 additions and 1 deletions
+7
View File
@@ -16,6 +16,13 @@
*/
/hook/roundend
/**
* LateSpawn hook.
* Called in newplayer.dm when a humanoid character joins the round after it started.
* Parameters: var/mob/living/carbon/human, var/rank
*/
/hook/latespawn
/**
* Death hook.
* Called in death.dm when someone dies.