This commit is contained in:
JimKil3
2023-12-06 15:31:49 +00:00
committed by GitHub
parent 79502445a9
commit f718c985e4
2 changed files with 4 additions and 4 deletions
@@ -147,8 +147,8 @@
else
return FALSE
/mob/living/simple_animal/diona/proc/split()
if((stat != CONSCIOUS) || !isdiona(loc))
/mob/living/simple_animal/diona/proc/split(forced = FALSE)
if((stat != CONSCIOUS && !forced) || !isdiona(loc))
return FALSE
var/mob/living/carbon/human/D = loc
var/turf/T = get_turf(src)