AI cores should now block movement.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1603 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
n3ophyt3
2011-05-19 22:56:40 +00:00
parent deec0de7d0
commit e81be0b5f2
2 changed files with 1 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
icon = 'mob.dmi'//
icon_state = "ai"
anchored = 1 // -- TLE
density = 1
var/network = "SS13"
var/obj/machinery/camera/current = null
var/list/connected_robots = list()

View File

@@ -9,7 +9,6 @@
src.sight |= SEE_OBJS
src.see_in_dark = 8
src.see_invisible = 2
src.lying = 1
src.icon_state = "ai-crash"
var/callshuttle = 0