Skip to content

Commit

Permalink
Update hologram.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Erikafox committed Oct 30, 2024
1 parent 6dd82bb commit 38424dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/hologram.dm
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ Possible to do for anyone motivated enough:
for(var/I in holo_calls)
var/datum/holocall/HC = I
if(HC.connected_holopad != src)
caller_history = get_area_name(HC.calling_holopad)
caller_history = HC.caller_location
if(force_answer_call && world.time > (HC.call_start_time + (HOLOPAD_MAX_DIAL_TIME / 2)))
HC.Answer(src)
break
Expand Down

0 comments on commit 38424dd

Please sign in to comment.