Drop pod issue fix

This commit is contained in:
Yoshax
2017-05-30 16:32:40 +01:00
parent a412b5063b
commit ef2883ff7e

View File

@@ -71,7 +71,7 @@ var/global/list/datum/supply_drop_loot/supply_drop
/datum/supply_drop_loot/heavy_warfare /datum/supply_drop_loot/heavy_warfare
name = "Heavy Warfare" name = "Heavy Warfare"
container = /obj/structure/largecrate container = /obj/structure/largecrate
/datum/supply_drop_loot/armour/New() /datum/supply_drop_loot/heavy_warfare/New()
..() ..()
contents = list( contents = list(
/obj/item/clothing/head/helmet/combat, /obj/item/clothing/head/helmet/combat,
@@ -99,7 +99,7 @@ var/global/list/datum/supply_drop_loot/supply_drop
datum/supply_drop_loot/riot datum/supply_drop_loot/riot
name = "Riot Gear" name = "Riot Gear"
container = /obj/structure/largecrate container = /obj/structure/largecrate
/datum/supply_drop_loot/armour/New() /datum/supply_drop_loot/riot/New()
..() ..()
contents = list( contents = list(
/obj/item/clothing/head/helmet/riot, /obj/item/clothing/head/helmet/riot,