7 lines
118 B
Plaintext
7 lines
118 B
Plaintext
//GS13 Port - arousal
|
|
/mob/living/carbon/human/Life()
|
|
//citadel code
|
|
if(stat != DEAD)
|
|
handle_arousal()
|
|
. = ..()
|