Skip to content

Commit

Permalink
As anything
Browse files Browse the repository at this point in the history
  • Loading branch information
Drulikar committed Feb 19, 2024
1 parent e1bcb75 commit fc414f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/emergency_calls/emergency_call.dm
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
em_call.activate(quiet_launch, announce_incoming)
return

for(var/datum/emergency_call/cur_em_call in all_calls) //Loop through all potential candidates
for(var/datum/emergency_call/cur_em_call as anything in all_calls) //Loop through all potential candidates
if(cur_em_call.name == call_name)
var/datum/emergency_call/em_call = new cur_em_call.type()
em_call.objective_info = info
Expand Down

0 comments on commit fc414f2

Please sign in to comment.