mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 04:57:57 +01:00
Corrects a grammatical error in strip text (#73444)
## About The Pull Request Changes this:  into this:  I might be missing something with how I've made this change, if theres a reason it just used item and not item.name do point it out to me. ## Why It's Good For The Game Grammatically corrects something that was not. ## Changelog 🆑 spellcheck: A grammatical error in strip text has been removed. /🆑
This commit is contained in:
@@ -132,7 +132,7 @@
|
||||
ignored_mobs = user,
|
||||
)
|
||||
|
||||
to_chat(user, span_danger("You try to remove [source]'s [item]..."))
|
||||
to_chat(user, span_danger("You try to remove [source]'s [item.name]..."))
|
||||
user.log_message("is stripping [key_name(source)] of [item].", LOG_ATTACK, color="red")
|
||||
source.log_message("is being stripped of [item] by [key_name(user)].", LOG_VICTIM, color="orange", log_globally=FALSE)
|
||||
item.add_fingerprint(src)
|
||||
|
||||
Reference in New Issue
Block a user