Skip to content

Commit

Permalink
Update code/game/objects/items/manuals.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerfulBacon committed Jun 25, 2024
1 parent 91dc4fd commit dfc9b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/manuals.dm
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@
else
target.visible_message("<span class='userdanger'>[target] spits on the floor, disrespecting [user]'s authority!</span>", "<span class='notice'>You finish listening to [user]'s waffling. What a knobhead, you think to yourself...</span>")
else
user.say("These shall all be considered acts which are in violation of your contract of employment, and you are contractually obliged not commit them.", forced = "space law")
user.say("These shall all be considered acts which are in violation of your contract of employment, and you are contractually obliged to not commit them.", forced = "space law")
if(target.mind?.has_antag_datum(/datum/antagonist/rev/head) || target.mind?.unconvertable)
target.visible_message("<span class='userdanger'>[target] spits on the floor, disrespecting [user]'s authority!</span>", "<span class='notice'>You finish listening to [user]'s waffling. What a knobhead, you think to yourself...</span>")
return
Expand Down

0 comments on commit dfc9b6e

Please sign in to comment.