mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
Fixes bolt hallucination runtime. (#58438)
This commit is contained in:
@@ -745,6 +745,10 @@ GLOBAL_LIST_INIT(hallucination_list, list(
|
||||
count++
|
||||
LAZYADD(airlocks_to_hit, A)
|
||||
|
||||
if(!LAZYLEN(airlocks_to_hit)) //no valid airlocks in sight
|
||||
qdel(src)
|
||||
return
|
||||
|
||||
START_PROCESSING(SSfastprocess, src)
|
||||
|
||||
/datum/hallucination/bolts/process(delta_time)
|
||||
|
||||
Reference in New Issue
Block a user