AI restrictions and rejuvenation.

Ensures the AI cannot use Topics() while unpowered.
Ensures the AI is properly rejuvenated by the AI verb, as a functional AI will now never be lying down.
This commit is contained in:
PsiOmegaDelta
2015-06-08 09:10:33 +02:00
parent 04ae8e9a08
commit cad9b59c25
3 changed files with 13 additions and 8 deletions

View File

@@ -21,7 +21,7 @@
/mob/living/silicon/ai/shared_nano_interaction()
if(lacks_power())
return STATUS_CLOSE
if (check_unable(1))
if (check_unable(1, 0))
return STATUS_CLOSE
return ..()