mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-03 22:12:38 +00:00
Stops shuttles from bringing background turfs with them. (#15580)
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
A.updatehealth()
|
||||
// If the AI is dead, revive it.
|
||||
if(A.health >= -100 && A.stat == DEAD)
|
||||
A.stat = CONSCIOUS
|
||||
A.set_stat(CONSCIOUS)
|
||||
A.lying = FALSE
|
||||
A.switch_from_dead_to_living_mob_list()
|
||||
A.add_ai_verbs()
|
||||
|
||||
Reference in New Issue
Block a user