Fixes bad span class for cham projector warning (#37140)
This commit is contained in:
committed by
CitadelStationBot
parent
58111c6482
commit
38b2460760
@@ -31,7 +31,7 @@
|
||||
if (isturf(user.loc) || istype(user.loc, /obj/structure) || active_dummy)
|
||||
toggle(user)
|
||||
else
|
||||
to_chat(user, "<span class='userwarning'>You can't use [src] while inside something.</span>")
|
||||
to_chat(user, "<span class='warning'>You can't use [src] while inside something!</span>")
|
||||
|
||||
/obj/item/device/chameleon/afterattack(atom/target, mob/user , proximity)
|
||||
if(!proximity)
|
||||
|
||||
Reference in New Issue
Block a user