Merge pull request #379 from Markolie/master

Bug fixes
This commit is contained in:
ZomgPonies
2015-02-21 15:02:56 -05:00
9 changed files with 75 additions and 38 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 && ..())