mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-29 03:21:30 +00:00
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:
@@ -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()
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user