Skip to content

Commit

Permalink
1 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dictor31 committed Jan 11, 2025
1 parent b2e7639 commit 1245416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/robot/robot_parts.dm
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@

SSticker?.score?.save_silicon_laws(new_borg, user, "robot construction", log_all_laws = TRUE)

if (!new_borg.mmi.greet() && new_borg.mind?.special_role)
if (!new_borg.mmi.greet(new_borg) && new_borg.mind?.special_role)
new_borg.mind.store_memory("As a cyborg, you must obey your silicon laws and master AI above all else. Your objectives will consider you to be dead.")
to_chat(new_borg, span_userdanger("You have been robotized!"))
to_chat(new_borg, span_danger("You must obey your silicon laws and master AI above all else. Your objectives will consider you to be dead."))
Expand Down

0 comments on commit 1245416

Please sign in to comment.