Whitespace fixes, final part (hopefully) (#20361)

This commit is contained in:
warriorstar-orion
2023-02-13 11:49:28 -06:00
committed by GitHub
parent aa56d75f93
commit a7bd9d6bde
2 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -41,7 +41,7 @@
add_fingerprint(user)
if(HAS_TRAIT(user, TRAIT_CLUMSY) && prob(50))
user.visible_message("<span class='danger'>[user] accidentally clubs [user.p_themselves()] with [src]!</span>", \
"<span class='userdanger'>You accidentally club yourself with [src]!</span>")
"<span class='userdanger'>You accidentally club yourself with [src]!</span>")
user.KnockDown(knockdown_duration)
if(ishuman(user))
var/mob/living/carbon/human/H = user