mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
Fixes being null spaced when vennting into a unwrenched vent (#29824)
This commit is contained in:
@@ -548,7 +548,7 @@ GLOBAL_LIST_INIT(ventcrawl_machinery, list(/obj/machinery/atmospherics/unary/ven
|
||||
else
|
||||
if(!do_after(src, ventcrawl_delay, target = src))
|
||||
return
|
||||
if(!vent_found.can_crawl_through())
|
||||
if(!vent_found.can_crawl_through() || QDELETED(vent_found))
|
||||
to_chat(src, "<span class='warning'>You can't vent crawl through that!</span>")
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user