mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
Adds One Single Space to Unlocking and Locking Closets (#75383)
## About The Pull Request Title. I added one single space bar to the third-person display message when you witness someone else lock or unlock a locker. ## Why It's Good For The Game Before: <img src="https://i.ibb.co/RCWTTcq/Closet-Space-Bar-Before.png"> After: <img src="https://i.ibb.co/Wfm7hvR/Closet-Space-Bar-After.png"> Highlighting unrelated shoutout to my fellow based AI enjoyers. Grammar is good. ## Changelog No changelog necessary.
This commit is contained in:
@@ -1046,8 +1046,10 @@
|
||||
if(iscarbon(user))
|
||||
add_fingerprint(user)
|
||||
locked = !locked
|
||||
user.visible_message(span_notice("[user] [locked ? "locks" : "unlocks"][src]."),
|
||||
span_notice("You [locked ? "locked" : "unlocked"] [src]."))
|
||||
user.visible_message(
|
||||
span_notice("[user] [locked ? "locks" : "unlocks"] [src]."),
|
||||
span_notice("You [locked ? "locked" : "unlocked"] [src]."),
|
||||
)
|
||||
update_appearance()
|
||||
|
||||
/obj/structure/closet/emag_act(mob/user)
|
||||
|
||||
Reference in New Issue
Block a user