mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
Diona no longer split into nymphs when they cryo. (#8301)
This commit is contained in:
@@ -580,4 +580,7 @@
|
||||
return "nutriment"
|
||||
|
||||
/datum/species/proc/can_commune()
|
||||
return FALSE
|
||||
return FALSE
|
||||
|
||||
/datum/species/proc/handle_despawn()
|
||||
return
|
||||
@@ -178,3 +178,8 @@
|
||||
if(H.get_total_health() <= config.health_threshold_dead)
|
||||
return TRUE
|
||||
return FALSE
|
||||
|
||||
/datum/species/diona/handle_despawn(var/mob/living/carbon/human/H)
|
||||
for(var/mob/living/carbon/alien/diona/D in H.contents)
|
||||
if((!D.client && !D.mind) || D.stat == DEAD)
|
||||
qdel(D)
|
||||
Reference in New Issue
Block a user