Fixed typo in usage of 'sinister' class.

This commit is contained in:
VelardAmakar
2014-04-08 11:36:34 -04:00
parent 8f2c419913
commit 97731a628f
5 changed files with 17 additions and 17 deletions

View File

@@ -182,7 +182,7 @@
//Suicide handling.
if (M == user && user.zone_sel.selecting == "mouth" && !mouthshoot)
if(istype(M.wear_mask, /obj/item/clothing/mask/happy))
M << "<span class=sinister>BUT WHY? I'M SO HAPPY!</span>"
M << "<span class='sinister'>BUT WHY? I'M SO HAPPY!</span>"
return
mouthshoot = 1
M.visible_message("\red [user] sticks their gun in their mouth, ready to pull the trigger...")