Crazy amount of map fixes.

This commit is contained in:
Markolie
2014-11-15 01:39:00 +01:00
parent e49e9a8fbf
commit cbe2bee4c2
4 changed files with 1519 additions and 1296 deletions
+4
View File
@@ -1390,6 +1390,10 @@ area/mimeoffice
/area/medical/sleeper
name = "\improper Medical Treatment Center"
icon_state = "exam_room"
/area/medical/paramedic
name = "\improper Paramedic"
icon_state = "medbay"
//Security
+1 -1
View File
@@ -19,7 +19,7 @@ var/list/ai_list = list()
anchored = 1 // -- TLE
density = 1
status_flags = CANSTUN|CANPARALYSE|CANPUSH
var/list/network = list("SS13","Telecomms")
var/list/network = list("SS13","Telecomms","Research Outpost","Mining Outpost")
var/obj/machinery/camera/current = null
var/list/connected_robots = list()
var/aiRestorePowerRoutine = 0