mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-31 07:57:47 +01:00
mmi and robobrain text updates (#25114)
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user