Subtler notice?

This commit is contained in:
Archie
2021-06-18 16:02:42 -03:00
parent 2faa28d6d2
commit ffddd1854a
3 changed files with 4 additions and 5 deletions
@@ -38,4 +38,4 @@ BONUS
if(H.socks != "Stockings - Programmer")
H.socks = "Stockings - Programmer"
H.update_body(0)
H.visible_message("<span class='warning'>[H] seems to have gained some socks...</span>", "<span class='notice'>You suddenly feel that you're wearing socks.</span>")
to_chat(H,"<span class='notice'>You suddenly feel that you're wearing socks.</span>")
@@ -41,7 +41,7 @@ BONUS
if(H.socks != "Stockings - Programmer")
H.socks = "Stockings - Programmer"
H.update_body(0)
H.visible_message("<span class='warning'>[H] seems to have gained some socks...</span>", "<span class='notice'>You suddenly feel that you're wearing socks.</span>")
to_chat(H,"<span class='notice'>You suddenly feel that you're wearing socks.</span>")
/datum/symptom/shedding/proc/Shed(mob/living/carbon/human/H, fullbald)
if(fullbald)
@@ -38,8 +38,7 @@ BONUS
if(H.socks != "Stockings - Programmer")
H.socks = "Stockings - Programmer"
H.update_body(0)
H.visible_message("<span class='warning'>[H] seems to have gained some socks...</span>", "<span class='notice'>You suddenly feel that you're wearing socks.</span>")
to_chat(H,"<span class='notice'>You suddenly feel that you're wearing socks.</span>")
/*
//////////////////////////////////////
@@ -81,4 +80,4 @@ BONUS
if(H.socks != "Stockings - Programmer")
H.socks = "Stockings - Programmer"
H.update_body(0)
H.visible_message("<span class='warning'>[H] seems to have gained some socks...</span>", "<span class='notice'>You suddenly feel that you're wearing socks.</span>")
to_chat(H,"<span class='notice'>You suddenly feel that you're wearing socks.</span>")