Fix #18719 Holopads now stops talking when the call is not answered (#19141)

* holopad now knows when to stop "talking"

* else if into if
This commit is contained in:
Henri215
2022-09-29 20:42:10 +01:00
committed by GitHub
parent 49fe32c126
commit a3b0244f08
+1 -2
View File
@@ -173,8 +173,7 @@
if(!.)
calling_holopad.atom_say("No answer received.")
calling_holopad.temp = ""
else if(!.)
if(!.)
qdel(src)
/datum/action/innate/end_holocall