Skip to content

Commit

Permalink
removes extra punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
Gristlebee committed May 3, 2024
1 parent 3f3d88b commit ae14f4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
// Rooting was interupted, so we start digging yourself out.
if(!(get_dist(terrain, H) <= 0 && isturf(H.loc)))
//You got moved and uprooted, time to suffer the consequences.
H.visible_message("<span_class='warning'>[H] is forcefully uprooted. That looked like it hurt.</span>","<span class='warning'>You're forcefully unrooted! Ouch!</span>","<span_class='warning'>You hear someone scream in pain..</span>")
H.visible_message("<span_class='warning'>[H] is forcefully uprooted. That looked like it hurt.</span>","<span class='warning'>You're forcefully unrooted! Ouch!</span>","<span_class='warning'>You hear someone scream in pain.</span>")
H.apply_damage(8,BRUTE,BODY_ZONE_CHEST)
H.apply_damage(8,BRUTE,BODY_ZONE_L_LEG)
H.apply_damage(8,BRUTE,BODY_ZONE_R_LEG)
Expand Down

0 comments on commit ae14f4a

Please sign in to comment.