make things more coherent

This commit is contained in:
D3athrow
2015-07-31 18:49:48 -05:00
parent 8d1875771d
commit f6aaf5cf0f
5 changed files with 3 additions and 3 deletions

View File

@@ -185,7 +185,7 @@ var/global/datum/interactive_map/camera/adv_camera = new
/datum/interactive_map/camera/sendResources(client/C)
..()
C << browse_rsc('camera.js', "advcamera.js")
C << browse_rsc('advcamera.js')
/obj/machinery/computer/security/advanced/Topic(href, href_list)
//world.log << "[src.type] topic call"

View File

@@ -258,5 +258,5 @@ var/global/datum/interactive_map/crewmonitor/crewmonitor = new
/datum/interactive_map/crewmonitor/sendResources(client/C)
..()
C << browse_rsc('crew.js', "crewmonitor.js")
C << browse_rsc('crew.css', "crewmonitor.css")
C << browse_rsc('crewmonitor.js')
C << browse_rsc('crewmonitor.css')