Initial commit of a working state

This commit is contained in:
AlManiak
2024-10-13 22:48:31 +02:00
parent 276b56363c
commit 854a0cf4b4
28 changed files with 821 additions and 311 deletions
@@ -0,0 +1,6 @@
//GS13 Port - arousal
/mob/living/carbon/human/Life()
//citadel code
if(stat != DEAD)
handle_arousal()
. = ..()