This commit is contained in:
kevinz000
2020-06-17 21:44:49 -07:00
parent 409dbd2835
commit 78fadafa05
7 changed files with 13 additions and 16 deletions
-4
View File
@@ -43,8 +43,6 @@
* Returns TRUE or FALSE based on if we were interrupted. This is used by overridden variants to check if they should stop.
*/
/mob/living/proc/BiologicalLife(seconds, times_fired)
SHOULD_NOT_SLEEP(TRUE)
handle_diseases()// DEAD check is in the proc itself; we want it to spread even if the mob is dead, but to handle its disease-y properties only if you're not.
// Everything after this shouldn't process while dead (as of the time of writing)
@@ -78,8 +76,6 @@
* Returns TRUE or FALSE based on if we were interrupted. This is used by overridden variants to check if they should stop.
*/
/mob/living/proc/PhysicalLife(seconds, times_fired)
SHOULD_NOT_SLEEP(TRUE)
if(digitalinvis)
handle_diginvis() //AI becomes unable to see mob