Skip to content

Commit

Permalink
Update code/modules/mob/living/life.dm
Browse files Browse the repository at this point in the history
Co-authored-by: SleepyGemmy <[email protected]>
  • Loading branch information
Doxxmedearly and SleepyGemmy authored Jul 30, 2023
1 parent 3a81c2b commit d594c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/life.dm
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
handle_hearing()

if((is_pacified()) && a_intent == I_HURT && !is_berserk())
to_chat(src, "<span class='notice'>You don't feel like harming anybody.</span>")
to_chat(src, SPAN_NOTICE("You don't feel like harming anybody."))
a_intent_change(I_HELP)

//this handles hud updates. Calls update_vision() and handle_hud_icons()
Expand Down

0 comments on commit d594c48

Please sign in to comment.