Merge branch 'master' into upstream-merge-6882

This commit is contained in:
Novacat
2020-03-23 23:25:26 -04:00
committed by GitHub
38 changed files with 258 additions and 226 deletions
+1 -1
View File
@@ -495,7 +495,7 @@
living_mob_list += M
M.timeofdeath = 0
M.stat = UNCONSCIOUS //Life() can bring them back to consciousness if it needs to.
M.set_stat(UNCONSCIOUS) //Life() can bring them back to consciousness if it needs to.
M.failed_last_breath = 0 //So mobs that died of oxyloss don't revive and have perpetual out of breath.
M.reload_fullscreen()
@@ -66,7 +66,7 @@
if(ghost.mind && ghost.mind.current == R)
R.key = ghost.key
R.stat = CONSCIOUS
R.set_stat(CONSCIOUS)
dead_mob_list -= R
living_mob_list |= R
R.notify_ai(ROBOT_NOTIFICATION_NEW_UNIT)