From fd9e8616e365e914e41d0a50e671df239d71cab1 Mon Sep 17 00:00:00 2001 From: Yoshax Date: Wed, 13 Jul 2016 20:10:44 +0100 Subject: [PATCH] Ensure laser warfare drop pod has laser proof armor --- code/modules/random_map/drop/drop_types.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/random_map/drop/drop_types.dm b/code/modules/random_map/drop/drop_types.dm index 8b2c2515d2..49b9b0f9ab 100644 --- a/code/modules/random_map/drop/drop_types.dm +++ b/code/modules/random_map/drop/drop_types.dm @@ -31,8 +31,8 @@ var/global/list/datum/supply_drop_loot/supply_drop contents = list( /obj/item/clothing/gloves/arm_guard/laserproof, /obj/item/clothing/shoes/leg_guard/laserproof, - /obj/item/clothing/head/helmet/bulletproof, - /obj/item/clothing/suit/armor/bulletproof, + /obj/item/clothing/head/helmet/laserproof, + /obj/item/clothing/suit/armor/laserproof, /obj/item/clothing/glasses/sunglasses/sechud/tactical, /obj/item/weapon/storage/belt/security/tactical/bandolier, /obj/item/clothing/accessory/storage/black_drop_pouches,