Fixing common spelling mistakes part 4 (#21945)

This commit is contained in:
Henri215
2023-08-10 17:27:20 -05:00
committed by GitHub
parent f9b274cc9d
commit 4398e2c003
16 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -211,7 +211,7 @@
if(issilicon(crosser))
return
if(prob(severity) && istype(crosser) && !isvineimmune(crosser))
to_chat(crosser, "<span class='alert'>You accidently touch the vine and feel a strange sensation.</span>")
to_chat(crosser, "<span class='alert'>You accidentally touch the vine and feel a strange sensation.</span>")
crosser.adjustToxLoss(5)
/datum/spacevine_mutation/toxicity/on_eat(obj/structure/spacevine/holder, mob/living/eater)