mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-10 07:30:36 +01:00
Subtler notice?
This commit is contained in:
@@ -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>")
|
||||
|
||||
Reference in New Issue
Block a user