mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
Adds missing </span>'s.
This commit is contained in:
@@ -271,7 +271,7 @@
|
||||
|
||||
if(!(mobility_flags & MOBILITY_STAND))
|
||||
if(buckled)
|
||||
to_chat(M, "<span class='warning'>You need to unbuckle [src] first to do that!")
|
||||
to_chat(M, "<span class='warning'>You need to unbuckle [src] first to do that!</span>")
|
||||
return
|
||||
M.visible_message("<span class='notice'>[M] shakes [src] trying to get [p_them()] up!</span>", \
|
||||
"<span class='notice'>You shake [src] trying to get [p_them()] up!</span>")
|
||||
|
||||
Reference in New Issue
Block a user