mmi and robobrain text updates (#25114)

This commit is contained in:
PopeDaveThe3th
2024-04-19 18:06:33 +00:00
committed by GitHub
parent e53b00a807
commit 9cbec317e9
2 changed files with 4 additions and 4 deletions
@@ -81,7 +81,7 @@
name = "[src] ([brainmob.name])"
to_chat(brainmob, "<b>You are a [src], brought into existence on [station_name()].</b>")
to_chat(brainmob, "<b>As a non-sentient synthetic intelligence, you answer to [imprinted_master], unless otherwise placed inside of a lawed synthetic structure or mech.</b>")
to_chat(brainmob, "<b>As a non-sapient synthetic intelligence, you answer to [imprinted_master], unless otherwise placed inside of a lawed synthetic structure or mech.</b>")
to_chat(brainmob, "<b>Remember, the purpose of your existence is to serve [imprinted_master]'s every word, unless lawed or placed into a mech in the future.</b>")
brainmob.mind.assigned_role = "Positronic Brain"
@@ -121,7 +121,7 @@
to_chat(user, "<span class='warning'>You cannot be \a [src].</span>")
return
transfer_personality(user)
/obj/item/mmi/robotic_brain/proc/validity_checks(mob/dead/observer/O)
if(istype(O))
if(!O.check_ahud_rejoin_eligibility())