Skip to content

Commit

Permalink
Update Peacekeeper Borgs transformation message
Browse files Browse the repository at this point in the history
Peacekeeper borgs when tranforming get a giant text blurb saying they now uphold Asimovs. Not only is our default lawset crewsimov but there's a weird variety of goals and lawsets.

Removes mention of Asmimovs and keeps the mention of space law meaning jack. (Good reminder still for the type of borg)
  • Loading branch information
Gw0sty authored Sep 13, 2024
1 parent 4587399 commit f39f0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/silicon/robot/robot_model.dm
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@

/obj/item/robot_model/peacekeeper/do_transform_animation()
..()
to_chat(loc, "<span class='userdanger'>Under ASIMOV, you are an enforcer of the PEACE and preventer of HUMAN HARM. \
to_chat(loc, "<span class='userdanger'>You are an Enforcer and Upholder of your active lawset. \
You are not a security member and you are expected to follow orders and prevent harm above all else. Space law means nothing to you.</span>")

/obj/item/robot_model/security
Expand Down

0 comments on commit f39f0d4

Please sign in to comment.