mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
Fixes a few broken spans.
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
if(how_many_arms < arms_required)
|
||||
if(fall_off_if_missing_arms)
|
||||
unbuckle_mob(user, TRUE)
|
||||
user.visible_message("<span class='danger'>[user] falls off \the [src].",\
|
||||
user.visible_message("<span class='danger'>[user] falls off \the [src].</span>",\
|
||||
"<span class='danger'>You fall off \the [src] while trying to operate it without [arms_required ? "both arms":"an arm"]!</span>")
|
||||
if(isliving(user))
|
||||
var/mob/living/L = user
|
||||
|
||||
Reference in New Issue
Block a user