From 38bea0fd02e1d67d00db80a6ca6512fdf185f213 Mon Sep 17 00:00:00 2001 From: alexkar598 <25136265+alexkar598@users.noreply.github.com> Date: Thu, 9 Apr 2020 09:11:56 -0400 Subject: [PATCH 1/2] Update stockmarket.dm --- yogstation/code/modules/stock_market/stockmarket.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yogstation/code/modules/stock_market/stockmarket.dm b/yogstation/code/modules/stock_market/stockmarket.dm index 9a00cfce05bb..ce9153783ec5 100644 --- a/yogstation/code/modules/stock_market/stockmarket.dm +++ b/yogstation/code/modules/stock_market/stockmarket.dm @@ -69,7 +69,7 @@ var/datum/stock/S = new var/sname = "" switch (rand(1,6)) - if(1) + if(1) // VVVVVVVV this is a check to prevent the word from randomly showing up in game, github dont lynch us while (sname == "" || sname == "FAG") // honestly it's a 0.6% chance per round this happens - or once in 166 rounds - so i'm accounting for it before someone yells at me sname = "[consonant()][vowel()][consonant()]" if (2) From cf694c7f7927b7c6bc17ad2ae03b699f4ad6f2b3 Mon Sep 17 00:00:00 2001 From: alexkar598 <25136265+alexkar598@users.noreply.github.com> Date: Thu, 9 Apr 2020 09:12:38 -0400 Subject: [PATCH 2/2] Update sprite_accessories.dm --- code/modules/mob/dead/new_player/sprite_accessories.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/dead/new_player/sprite_accessories.dm b/code/modules/mob/dead/new_player/sprite_accessories.dm index 033a5729d3ef..e151e056c522 100644 --- a/code/modules/mob/dead/new_player/sprite_accessories.dm +++ b/code/modules/mob/dead/new_player/sprite_accessories.dm @@ -356,7 +356,7 @@ name = "Flat Top (Big)" icon_state = "hair_bigflattop" -/datum/sprite_accessory/hair/fag +/datum/sprite_accessory/hair/flow name = "Flow Hair" icon_state = "hair_f"