Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed bogus traits from ra FLARE #8215

Merged
merged 3 commits into from May 23, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion mods/cnc/rules/defaults.yaml
Expand Up @@ -680,5 +680,4 @@
Selectable:
Selectable: false
Bounds: 15,15,-1,-1
BodyOrientation:

3 changes: 0 additions & 3 deletions mods/d2k/rules/misc.yaml
Expand Up @@ -112,10 +112,7 @@ crate:
Selectable:
Selectable: false
Bounds: 15,15,-1,-1
ProximityCaptor:
Types: Crate
Passenger:
BodyOrientation:

mpspawn:
Immobile:
Expand Down
3 changes: 0 additions & 3 deletions mods/ra/rules/defaults.yaml
Expand Up @@ -632,9 +632,6 @@
Selectable:
Selectable: false
Bounds: 15,15,-1,-1
ProximityCaptor:
Types: Crate
BodyOrientation:
Parachutable:
KilledOnImpassableTerrain: false
ParachuteSequence: parach
Expand Down
8 changes: 4 additions & 4 deletions mods/ra/rules/misc.yaml
Expand Up @@ -206,8 +206,6 @@ SONAR:
FLARE:
Immobile:
OccupiesSpace: false
Health:
HP: 1000
RevealsShroud:
Range: 3c0
RenderSprites:
Expand All @@ -217,8 +215,10 @@ FLARE:
HiddenUnderFog:
Tooltip:
Name: Flare
ProximityCaptor:
Types: Flare
ShowOwnerRow: false
Selectable:
Selectable: false
Bounds: 25,25
BodyOrientation:

MINE:
Expand Down
3 changes: 0 additions & 3 deletions mods/ts/rules/defaults.yaml
Expand Up @@ -111,9 +111,6 @@
Selectable:
Selectable: false
Bounds: 25,25,-1,-1
ProximityCaptor:
Types: Crate
BodyOrientation:

^Wall:
AppearsOnRadar:
Expand Down