Convert most mobs to Initialize() (#2540)

I'm sure this won't break anything at all.
This commit is contained in:
Lohikar
2017-05-31 22:58:54 +03:00
committed by skull132
parent 69bd8e5ae1
commit 03bf22eee6
42 changed files with 178 additions and 178 deletions
+2 -2
View File
@@ -19,8 +19,8 @@
var/list/req_one_access = list()
var/master_access = access_robotics
/mob/living/bot/New()
..()
/mob/living/bot/Initialize()
. = ..()
update_icons()
botcard = new /obj/item/weapon/card/id(src)