mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
[MIRROR] fixes various grammar issues (#2935)
* fixes various grammar issues (#56446) fixes misspellings of 'permanently' fixes grammar with bandaging wounds on yourself * fixes various grammar issues Co-authored-by: elle <54373583+dermondarble@users.noreply.github.com>
This commit is contained in:
@@ -171,7 +171,7 @@
|
||||
if(!do_after(user, (user == M ? self_delay : other_delay), target=M))
|
||||
return
|
||||
|
||||
user.visible_message("<span class='green'>[user] applies [src] to [M]'s [limb.name].</span>", "<span class='green'>You bandage the wounds on [user == M ? "yourself" : "[M]'s"] [limb.name].</span>")
|
||||
user.visible_message("<span class='green'>[user] applies [src] to [M]'s [limb.name].</span>", "<span class='green'>You bandage the wounds on [user == M ? "your" : "[M]'s"] [limb.name].</span>")
|
||||
limb.apply_gauze(src)
|
||||
|
||||
/obj/item/stack/medical/gauze/twelve
|
||||
|
||||
Reference in New Issue
Block a user