From b9365a149f2e7abc7af26c2180cc1cd07673ee64 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Sat, 30 Jun 2012 17:06:15 +1200 Subject: [PATCH] remove old crates list --- OpenRA.Mods.RA/Crate.cs | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/OpenRA.Mods.RA/Crate.cs b/OpenRA.Mods.RA/Crate.cs index 5e622c6e0f..ab70385f22 100644 --- a/OpenRA.Mods.RA/Crate.cs +++ b/OpenRA.Mods.RA/Crate.cs @@ -14,17 +14,6 @@ using OpenRA.FileFormats; using OpenRA.Traits; using OpenRA.Mods.RA.Buildings; -/* - * Crates left to implement: -HealBase=1,INVUN ; all buildings to full strength -ICBM=1,MISSILE2 ; nuke missile one time shot -Sonar=3,SONARBOX ; one time sonar pulse -Squad=20,NONE ; squad of random infantry -Unit=20,NONE ; vehicle -Invulnerability=3,INVULBOX,1.0 ; invulnerability (duration in minutes) -TimeQuake=3,TQUAKE ; time quake -*/ - namespace OpenRA.Mods.RA { class CrateInfo : ITraitInfo, Requires