Let's test the scene to make sure everything is working. Add this new_game call to _ready():
func _ready():
randomize()
new_game()
Make sure you don't skip any steps.
Edit: Also "MobTIimer" should be "MobTimer", which means you'll have to disconnect and reconnect the timeout signal.