Skip to content

Commit

Permalink
Update code/game/cas_manager/datums/cas_fire_mission.dm
Browse files Browse the repository at this point in the history
Co-authored-by: fira <[email protected]>
  • Loading branch information
mullenpaul and fira authored Oct 31, 2023
1 parent fef997f commit 9f14171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/cas_manager/datums/cas_fire_mission.dm
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
.["records"] += list(record.ui_data(user))

/datum/cas_fire_mission/proc/record_for_weapon(weapon_id)
for(var/datum/cas_fire_mission_record/record in records)
for(var/datum/cas_fire_mission_record/record as anything in records)
if(record.weapon.ship_base.attach_id == weapon_id)
return record
return null
Expand Down

0 comments on commit 9f14171

Please sign in to comment.