Removes all usages of a certain word in a certain sense (#13277)

This commit is contained in:
Crazy Lemon
2020-04-09 13:43:10 -04:00
committed by GitHub
parent 8a51c61e3a
commit f555d49b9a
13 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -563,7 +563,7 @@ BLIND // can't see anything
return
user.update_inv_wear_suit()
else
to_chat(user, "<span class='notice'>You attempt to button up the velcro on \the [src], before promptly realising how retarded you are.</span>")
to_chat(user, "<span class='notice'>You attempt to button up the velcro on \the [src], before promptly realising how foolish you are.</span>")
/obj/item/clothing/suit/equipped(var/mob/living/carbon/human/user, var/slot) //Handle tail-hiding on a by-species basis.
..()