mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Merge VS changes for telecomms
This commit is contained in:
@@ -111,11 +111,7 @@
|
||||
var/z = get_z(nano_host())
|
||||
for(var/datum/alarm_handler/AH in alarm_handlers)
|
||||
categories[++categories.len] = list("category" = AH.category, "alarms" = list())
|
||||
<<<<<<< HEAD
|
||||
for(var/datum/alarm/A in AH.visible_alarms(z))
|
||||
=======
|
||||
for(var/datum/alarm/A in AH.major_alarms(z))
|
||||
>>>>>>> e92ed43... Merge pull request #6990 from VOREStation/pol-tcomupdate
|
||||
var/cameras[0]
|
||||
var/lost_sources[0]
|
||||
|
||||
|
||||
@@ -44,13 +44,9 @@
|
||||
|
||||
if(!data["map_levels"].len)
|
||||
to_chat(user, "<span class='warning'>The crew monitor doesn't seem like it'll work here.</span>")
|
||||
<<<<<<< HEAD
|
||||
if(program)
|
||||
program.kill_program()
|
||||
else if(ui)
|
||||
=======
|
||||
if(ui)
|
||||
>>>>>>> e92ed43... Merge pull request #6990 from VOREStation/pol-tcomupdate
|
||||
ui.close()
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user