Merge pull request #6393 from Citadel-Station-13/upstream-merge-37140

[MIRROR] Fixes bad style for cham projector warning
This commit is contained in:
LetterJay
2018-04-14 07:40:57 -05:00
committed by GitHub
@@ -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)