fixes a wrestling runtime (#20047)

This commit is contained in:
GDN
2023-01-03 00:22:42 -06:00
committed by GitHub
parent fdb1bc1766
commit c5d58bd697
+1 -1
View File
@@ -223,7 +223,7 @@
if(slot == slot_belt)
var/mob/living/carbon/human/H = user
if(HAS_TRAIT(user, TRAIT_PACIFISM))
to_chat("<span class='warning'>In spite of the grandiosity of the belt, you don't feel like getting into any fights.</span>")
to_chat(user, "<span class='warning'>In spite of the grandiosity of the belt, you don't feel like getting into any fights.</span>")
return
style.teach(H,1)
to_chat(user, "<span class='sciradio'>You have an urge to flex your muscles and get into a fight. You have the knowledge of a thousand wrestlers before you. You can remember more by using the Recall teaching verb in the wrestling tab.</span>")