RAAAAAAAAAAWR.

This commit is contained in:
Tigercat2000
2016-03-14 15:01:27 -07:00
parent 296e689e7e
commit b397ac11a8
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -108,7 +108,7 @@ proc/isembryo(A)
return 1
/proc/isAIEye(A)
if(istype(A, /mob/aiEye))
if(istype(A, /mob/camera/aiEye))
return 1
return 0
@@ -379,7 +379,7 @@ proc/Gibberish(t, p)//t is the inputted message, and any value higher than 70 fo
var/atom/oldeye=M.client.eye
var/aiEyeFlag = 0
if(istype(oldeye, /mob/aiEye))
if(istype(oldeye, /mob/camera/aiEye))
aiEyeFlag = 1
var/x