Skip to content

Commit

Permalink
no errors at least lol
Browse files Browse the repository at this point in the history
  • Loading branch information
Tk420634 committed Jul 19, 2024
1 parent 26e0c5d commit 8006d74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modular_coyote/code/hairbrush.dm
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
human_target.show_message(span_notice("[usr] brushes your hair!"), MSG_VISUAL)
// human_target.add_mood_event("brushed", /datum/mood_event/brushed, user)

else if(istype(target, /mob/living/basic/pet))
if(!do_after(usr, brush_speed, target))
return
to_chat(user, span_notice("[target] closes [target.p_their()] eyes as you brush [target.p_them()]!"))
// else if(istype(target, /mob/living/basic/pet))
// if(!do_after(usr, brush_speed, target))
// return
// to_chat(user, span_notice("[target] closes [target.p_their()] eyes as you brush [target.p_them()]!"))
// var/mob/living/living_user = user
// if(istype(living_user))
// living_user.add_mood_event("brushed", /datum/mood_event/brushed/pet, target)

0 comments on commit 8006d74

Please sign in to comment.