mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
[MIRROR] [NO GBP] Fix an edgecase runtime when SM delams into cascade in under 2 minutes. [MDB IGNORE] (#16128)
* [NO GBP] Fix an edgecase runtime when SM delams into cascade in under 2 minutes. (#69757) Feeex * [NO GBP] Fix an edgecase runtime when SM delams into cascade in under 2 minutes. Co-authored-by: vincentiusvin <54709710+vincentiusvin@users.noreply.github.com>
This commit is contained in:
co-authored by
vincentiusvin
parent
a206d5ecc1
commit
7994aca16e
@@ -85,6 +85,8 @@
|
||||
return messages
|
||||
|
||||
/datum/sm_delam/cascade/proc/announce_cascade(obj/machinery/power/supermatter_crystal/sm)
|
||||
if(QDELETED(sm))
|
||||
return FALSE
|
||||
if(!can_select(sm))
|
||||
return FALSE
|
||||
priority_announce("Attention: Long range anomaly scans indicate abnormal quantities of harmonic flux originating from \
|
||||
|
||||
Reference in New Issue
Block a user