Merge pull request #8164 from PsiOmegaDelta/NanoAir

Air Alarm and Atmospheric Controller NanoUI
This commit is contained in:
Chinsky
2015-02-21 07:51:01 +03:00
18 changed files with 681 additions and 487 deletions
+12
View File
@@ -80,6 +80,18 @@
return 1
return 0
/mob/proc/isSilicon()
return 0
/mob/living/silicon/isSilicon()
return 1
/mob/proc/isAI()
return 0
/mob/living/silicon/ai/isAI()
return 1
/proc/ispAI(A)
if(istype(A, /mob/living/silicon/pai))
return 1