Skip to content

Commit

Permalink
Spellchecks let's -> lets (#138)
Browse files Browse the repository at this point in the history
* Spellchecks let's -> lets (#80612)

## About The Pull Request

This is a spellcheck pr

## Changelog

:cl:
spellcheck: changes some let's to lets
/:cl:

* Spellchecks let's -> lets

---------

Co-authored-by: Bloop <[email protected]>
Co-authored-by: NovaBot <[email protected]>
  • Loading branch information
3 people authored and Iajret committed Dec 28, 2023
1 parent 760b0a6 commit be8cd48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/modules/antagonists/heretic/magic/void_phase.dm
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion code/modules/mob/living/simple_animal/slime/slime.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be8cd48

Please sign in to comment.