mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 17:52:36 +00:00
[NO GBP]Fixes labour camp shuttle retrieval message. (#83488)
## About The Pull Request I tried to make the name a proper noun with the /p tag, but /p isn't the way to do it. I don't know the way to do it, but the name will be capitalised anyways so lets just remove it. ## Why It's Good For The Game It's better this way. ## Changelog 🆑 spellcheck: Fixes labour camp shuttle retrieval message starting with "/p". /🆑
This commit is contained in:
@@ -109,7 +109,7 @@
|
||||
var/datum/record/crew/target = find_record(user_mob.real_name)
|
||||
target?.wanted_status = WANTED_PAROLE
|
||||
|
||||
security_radio.talk_into(src, "/p [user_mob.name] returned to the station. Minerals and Prisoner ID card ready for retrieval.", FREQ_SECURITY)
|
||||
security_radio.talk_into(src, "[user_mob.name] returned to the station. Minerals and Prisoner ID card ready for retrieval.", FREQ_SECURITY)
|
||||
user_mob.log_message("has completed their labor points goal and is now sending the gulag shuttle back to the station.", LOG_GAME)
|
||||
to_chat(user_mob, span_notice("Shuttle received message and will be sent shortly."))
|
||||
return TRUE
|
||||
|
||||
Reference in New Issue
Block a user