attempt number 2

This commit is contained in:
Archie
2021-06-17 22:54:37 -03:00
parent b4dbd66683
commit 7aae73b0a3
3 changed files with 7 additions and 4 deletions
@@ -36,4 +36,4 @@ BONUS
switch(A.stage)
if(5)
H.socks = "Stockings - Programmer"
H.update_body()
H.update_body(0)
@@ -39,7 +39,8 @@ BONUS
switch(A.stage)
if(5)
H.socks = "Stockings - Programmer"
H.update_body()
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>")
/datum/symptom/shedding/proc/Shed(mob/living/carbon/human/H, fullbald)
if(fullbald)
@@ -36,7 +36,8 @@ BONUS
switch(A.stage)
if(5)
H.socks = "Stockings - Programmer"
H.update_body()
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>")
/*
@@ -77,4 +78,5 @@ BONUS
switch(A.stage)
if(5)
H.socks = "Stockings - Programmer"
H.update_body()
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>")