Merge pull request #1293 from ArchieBeepBoop/sdstuff

Fixes Disease Codersocks
This commit is contained in:
Dahlular
2021-06-17 20:03:15 -06:00
committed by GitHub
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>")