From a5766cbf2964d87461d988187e1059c907f41cce Mon Sep 17 00:00:00 2001 From: Segrain Date: Sun, 2 Jun 2013 23:07:25 +0300 Subject: [PATCH] Minor tweaks to medical clothes to match descriptions. --- baystation12.dme | 1 - code/modules/clothing/head/jobs.dm | 2 +- code/modules/clothing/suits/labcoat.dm | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/baystation12.dme b/baystation12.dme index 52ef844ae7d..fe6163880f1 100644 --- a/baystation12.dme +++ b/baystation12.dme @@ -201,7 +201,6 @@ #include "code\game\skincmd.dm" #include "code\game\smoothwall.dm" #include "code\game\sound.dm" -#include "code\game\supplyshuttle.dm" #include "code\game\area\ai_monitored.dm" #include "code\game\area\areas.dm" #include "code\game\area\Space Station 13 areas.dm" diff --git a/code/modules/clothing/head/jobs.dm b/code/modules/clothing/head/jobs.dm index fc279dd382f..ae80fe26b44 100644 --- a/code/modules/clothing/head/jobs.dm +++ b/code/modules/clothing/head/jobs.dm @@ -59,7 +59,7 @@ name = "surgical cap" desc = "A cap surgeons wear during operations. Keeps thier hair from tickling your internal organs." icon_state = "surgcap_blue" - flags = FPRINT | TABLEPASS + flags = FPRINT | TABLEPASS | BLOCKHAIR /obj/item/clothing/head/surgery/purple desc = "A cap surgeons wear during operations. Keeps thier hair from tickling your internal organs. This one is deep purple." diff --git a/code/modules/clothing/suits/labcoat.dm b/code/modules/clothing/suits/labcoat.dm index 81e23b66e2e..0869d85b39e 100644 --- a/code/modules/clothing/suits/labcoat.dm +++ b/code/modules/clothing/suits/labcoat.dm @@ -90,6 +90,7 @@ name = "Virologist Labcoat" desc = "A suit that protects against minor chemical spills. Offers slightly more protection against biohazards than the standard model. Has a green stripe on the shoulder." icon_state = "labcoat_vir_open" + armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 60, rad = 0) /obj/item/clothing/suit/storage/labcoat/science name = "Scientist Labcoat"