mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-14 17:37:04 +01:00
Merge pull request #1298 from ArchieBeepBoop/sockspam
I did a whoopsie - aka "Stops Codersock 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)
|
||||
to_chat(H,"<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)
|
||||
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)
|
||||
|
||||
@@ -35,10 +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)
|
||||
to_chat(H,"<span class='notice'>You suddenly feel that you're wearing socks.</span>")
|
||||
|
||||
/*
|
||||
//////////////////////////////////////
|
||||
@@ -77,6 +77,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)
|
||||
to_chat(H,"<span class='notice'>You suddenly feel that you're wearing socks.</span>")
|
||||
|
||||
Reference in New Issue
Block a user