Fix AI tracking, atmospherics construction, blob talk fix, ERT radio fix

This commit is contained in:
Markolie
2015-02-21 20:56:55 +01:00
parent 63ceaad3ec
commit d2dcb7a041
8 changed files with 74 additions and 37 deletions
-5
View File
@@ -21,11 +21,6 @@
// Reagent ID => friendly name
var/list/reagents_to_log=list()
/obj/New()
..()
if(ticker && ticker.current_state == GAME_STATE_PLAYING)
initialize()
/obj/Topic(href, href_list, var/nowindow = 0, var/checkrange = 1)
// Calling Topic without a corresponding window open causes runtime errors
if(!nowindow && ..())