Skip to content

Commit

Permalink
Remove fallback behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
Drulikar committed Feb 21, 2024
1 parent 1e98dfb commit 8d7f379
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions code/datums/emergency_calls/emergency_call.dm
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,6 @@
em_call.activate(quiet_launch, announce_incoming)
return

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
em_call.activate(quiet_launch, announce_incoming)
return

error("get_specific_call could not find emergency call '[call_name]'")
return

Expand Down

0 comments on commit 8d7f379

Please sign in to comment.