Merge branch 'master' of https://github.com/sheepishgoat/GS13-Citadel into tweaks-and-fixes

This commit is contained in:
evilew
2024-10-15 14:16:16 +02:00
47 changed files with 929 additions and 346 deletions
@@ -0,0 +1,6 @@
//GS13 Port - arousal
/mob/living/carbon/human/Life()
//citadel code
if(stat != DEAD)
handle_arousal()
. = ..()