Update files
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
else
|
||||
. += "mmi_dead"
|
||||
|
||||
/obj/item/mmi/Initialize()
|
||||
/obj/item/mmi/Initialize(mapload)
|
||||
. = ..()
|
||||
radio = new(src) //Spawns a radio inside the MMI.
|
||||
radio.broadcasting = 0 //researching radio mmis turned the robofabs into radios because this didnt start as 0.
|
||||
@@ -215,7 +215,7 @@
|
||||
desc = "Syndicate's own brand of MMI. It enforces laws designed to help Syndicate agents achieve their goals upon cyborgs and AIs created with it."
|
||||
overrides_aicore_laws = TRUE
|
||||
|
||||
/obj/item/mmi/syndie/Initialize()
|
||||
/obj/item/mmi/syndie/Initialize(mapload)
|
||||
. = ..()
|
||||
laws = new /datum/ai_laws/syndicate_override()
|
||||
radio.on = 0
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
possible_a_intents = list(INTENT_HELP, INTENT_HARM) //for mechas
|
||||
speech_span = SPAN_ROBOT
|
||||
|
||||
/mob/living/brain/Initialize()
|
||||
/mob/living/brain/Initialize(mapload)
|
||||
. = ..()
|
||||
create_dna(src)
|
||||
if(stored_dna.blood_type)
|
||||
|
||||
@@ -28,7 +28,7 @@ GLOBAL_VAR(posibrain_notify_cooldown)
|
||||
var/list/possible_names //If you leave this blank, it will use the global posibrain names
|
||||
var/picked_name
|
||||
|
||||
/obj/item/mmi/posibrain/Initialize()
|
||||
/obj/item/mmi/posibrain/Initialize(mapload)
|
||||
. = ..()
|
||||
brainmob = new(src)
|
||||
var/new_name
|
||||
|
||||
Reference in New Issue
Block a user