mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 12:08:28 +01:00
Span typo fixes
This commit is contained in:
@@ -222,12 +222,12 @@
|
||||
|
||||
/obj/item/roulette_ball/hollow/attackby(var/obj/item/W, var/mob/user)
|
||||
if(trapped)
|
||||
to_chat(user, "span class='notice'>This ball already has something trapped in it!</span>")
|
||||
to_chat(user, "<span class='notice'>This ball already has something trapped in it!</span>")
|
||||
return
|
||||
if(istype(W, /obj/item/weapon/holder))
|
||||
var/obj/item/weapon/holder/H = W
|
||||
if(!H.held_mob)
|
||||
to_chat(user, "span class='warning'>This holder has nobody in it? Yell at a developer!</span>")
|
||||
to_chat(user, "<span class='warning'>This holder has nobody in it? Yell at a developer!</span>")
|
||||
return
|
||||
user.drop_from_inventory(H)
|
||||
H.forceMove(src)
|
||||
|
||||
Reference in New Issue
Block a user