Skip to content

Commit

Permalink
an face
Browse files Browse the repository at this point in the history
  • Loading branch information
MoonTheBird committed Dec 1, 2023
1 parent 844c6e3 commit 781110b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/paperwork/pen.dm
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
S = GLOB.ipc_marker_list["Angry"]
if(INTENT_GRAB)
S = GLOB.ipc_marker_list["Evil"]
user.visible_message("<span class='warning'>[user] is drawing a face on [C]'s screen!", "<span class='notice'>You start drawing an face on [C]'s screen.</span>")
user.visible_message("<span class='warning'>[user] is drawing a face on [C]'s screen!", "<span class='notice'>You start drawing a face on [C]'s screen.</span>")
if(do_after(user,10,target = C))
var/mutable_appearance/pen_overlay = mutable_appearance(S.icon, S.icon_state, BODY_LAYER)
C.add_overlay(pen_overlay)
Expand Down

0 comments on commit 781110b

Please sign in to comment.