SSD drowning

This commit is contained in:
Ty-Omaha
2019-09-13 16:36:02 -04:00
parent 808b95b8bd
commit c122edccdc
+1 -1
View File
@@ -116,7 +116,7 @@
if(!drownee)
return
if(drownee && (drownee.lying || deep_water)) //Mob lying down or water is deep (determined by controller)
if(drownee && ((drownee.lying && !drownee.player_logged) || deep_water)) //Mob lying down and not SSD or water is deep (determined by controller)
if(drownee.internal)
return //Has internals, no drowning
if((NO_BREATHE in drownee.dna.species.species_traits) || (BREATHLESS in drownee.mutations))