mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Convert most mobs to Initialize() (#2540)
I'm sure this won't break anything at all.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user