Span class

This commit is contained in:
KorPhaeron
2015-12-21 02:20:40 -06:00
parent 2f4f9d59cd
commit 2edfd114bd
+1 -1
View File
@@ -58,7 +58,7 @@
//Structure conversion/capture
if(istype(I, /obj/item/weapon/godstaff))
if(!is_handofgod_cultist(user))
user << "You're not quite sure what the hell you're even doing."
user << "<span class='notice'>You're not quite sure what the hell you're even doing.</span>"
return
var/obj/item/weapon/godstaff/G = I
if(G.god && deity != G.god)