mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user