Spellchecks let's -> lets (#80612)

## About The Pull Request

This is a spellcheck pr

## Changelog

🆑
spellcheck: changes some let's to lets
/🆑
This commit is contained in:
Bloop
2023-12-27 17:56:22 -08:00
committed by GitHub
parent 8e8d930720
commit 31da337b68
2 changed files with 2 additions and 2 deletions
@@ -1,6 +1,6 @@
/datum/action/cooldown/spell/pointed/void_phase
name = "Void Phase"
desc = "Let's you blink to your pointed destination, causes 3x3 aoe damage bubble \
desc = "Lets you blink to your pointed destination, causes 3x3 aoe damage bubble \
around your pointed destination and your current location. \
It has a minimum range of 3 tiles and a maximum range of 9 tiles."
background_icon_state = "bg_heretic"
@@ -354,7 +354,7 @@
for(var/datum/surgery/operations as anything in surgeries)
if(operations.next_step(user, modifiers))
return TRUE
if(istype(attacking_item, /obj/item/stack/sheet/mineral/plasma) && !stat) //Let's you feed slimes plasma.
if(istype(attacking_item, /obj/item/stack/sheet/mineral/plasma) && !stat) //Lets you feed slimes plasma.
add_friendship(user, 1)
to_chat(user, span_notice("You feed the slime the plasma. It chirps happily."))
var/obj/item/stack/sheet/mineral/plasma/sheet = attacking_item