From eef2f589cefe16332382bc30939c1dfd99dbabfe Mon Sep 17 00:00:00 2001 From: Zuhayr Date: Wed, 13 May 2015 10:32:26 +0930 Subject: [PATCH] Housekeeping. --- code/datums/supplypacks.dm | 8 -------- code/modules/clothing/under/jobs/medsci.dm | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/code/datums/supplypacks.dm b/code/datums/supplypacks.dm index 7b38c0fdb1..8b5124eae1 100644 --- a/code/datums/supplypacks.dm +++ b/code/datums/supplypacks.dm @@ -310,14 +310,6 @@ var/list/all_supply_groups = list("Operations","Security","Hospitality","Enginee access = access_hydroponics group = "Hydroponics" -/datum/supply_packs/lisa - name = "Corgi crate" - contains = list() - cost = 50 - containertype = /obj/structure/largecrate/animal/corgi - containername = "Corgi crate" - group = "Hydroponics" - /datum/supply_packs/seeds name = "Seeds crate" contains = list(/obj/item/seeds/chiliseed, diff --git a/code/modules/clothing/under/jobs/medsci.dm b/code/modules/clothing/under/jobs/medsci.dm index 1e9acac452..3ceab6cee0 100644 --- a/code/modules/clothing/under/jobs/medsci.dm +++ b/code/modules/clothing/under/jobs/medsci.dm @@ -115,7 +115,7 @@ /obj/item/clothing/under/rank/medical/paramedic name = "short sleeve medical jumpsuit" - desc = "Made of a special fiber that gives special protection against biohazards. Has a cross on the chest denoting that the wearer is trained medical personnel and short sleeves." + desc = "It's made of a special fiber that provides minor protection against biohazards. This one has a cross on the chest denoting that the wearer is trained medical personnel." icon_state = "medical_short" item_state = "medical_short" body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS