mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-10 07:30:36 +01:00
Stops sock spam
This commit is contained in:
@@ -35,5 +35,7 @@ BONUS
|
||||
var/mob/living/carbon/human/H = M
|
||||
switch(A.stage)
|
||||
if(5)
|
||||
H.socks = "Stockings - Programmer"
|
||||
H.update_body(0)
|
||||
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>")
|
||||
|
||||
@@ -38,9 +38,10 @@ BONUS
|
||||
var/mob/living/carbon/human/H = M
|
||||
switch(A.stage)
|
||||
if(5)
|
||||
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>")
|
||||
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>")
|
||||
|
||||
/datum/symptom/shedding/proc/Shed(mob/living/carbon/human/H, fullbald)
|
||||
if(fullbald)
|
||||
|
||||
@@ -35,9 +35,10 @@ BONUS
|
||||
var/mob/living/carbon/human/H = M
|
||||
switch(A.stage)
|
||||
if(5)
|
||||
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>")
|
||||
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>")
|
||||
|
||||
|
||||
/*
|
||||
@@ -77,6 +78,7 @@ BONUS
|
||||
var/mob/living/carbon/human/H = M
|
||||
switch(A.stage)
|
||||
if(5)
|
||||
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>")
|
||||
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>")
|
||||
|
||||
Reference in New Issue
Block a user