Skip to content

Commit

Permalink
Corrects span and a typo with emagged pAIs (tgstation#57981)
Browse files Browse the repository at this point in the history
  • Loading branch information
Randomguy523 authored Mar 28, 2021
1 parent d489646 commit 7636528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/silicon/pai/pai.dm
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@
if(!pai)
return
to_chat(user, "<span class='notice'>You override [pai]'s directive system, clearing its master string and supplied directive.</span>")
to_chat(pai, "<span class='danger'>Warning: System override detected, check directive sub-system for any changes.'</span>")
to_chat(pai, "<span class='userdanger'>Warning: System override detected, check directive sub-system for any changes.</span>")
log_game("[key_name(user)] emagged [key_name(pai)], wiping their master DNA and supplemental directive.")
pai.master = null
pai.master_dna = null
Expand Down

0 comments on commit 7636528

Please sign in to comment.