mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-18 03:21:30 +01:00
attempt number 2
This commit is contained in:
@@ -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>")
|
||||
|
||||
Reference in New Issue
Block a user