Skip to content

Commit

Permalink
Custom missile locks now have their vanilla SCAN
Browse files Browse the repository at this point in the history
  • Loading branch information
toasterparty committed Jul 24, 2022
1 parent 64afe67 commit d942d11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/door_meta.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,7 @@ impl BlastShieldType {
BlastShieldType::Wavebuster => custom_asset_ids::WAVEBUSTER_BLAST_SHIELD_SCAN,
BlastShieldType::Icespreader => custom_asset_ids::ICESPREADER_BLAST_SHIELD_SCAN,
BlastShieldType::Flamethrower => custom_asset_ids::FLAMETHROWER_BLAST_SHIELD_SCAN,
_ => ResId::invalid(), // Vanilla missile locks do not have scans associated with the actor
BlastShieldType::Missile => ResId::<res_id::SCAN>::new(0x05F56F9D),
}
}

Expand All @@ -1019,7 +1019,7 @@ impl BlastShieldType {
BlastShieldType::Wavebuster => custom_asset_ids::WAVEBUSTER_BLAST_SHIELD_STRG,
BlastShieldType::Icespreader => custom_asset_ids::ICESPREADER_BLAST_SHIELD_STRG,
BlastShieldType::Flamethrower => custom_asset_ids::FLAMETHROWER_BLAST_SHIELD_STRG,
_ => ResId::invalid(), // Vanilla missile locks do not have scans associated with the actor
BlastShieldType::Missile => ResId::<res_id::STRG>::new(0x265142BA),
}
}

Expand Down

0 comments on commit d942d11

Please sign in to comment.