mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-31 07:57:47 +01:00
Hides morph ventcrawl cogbar (#29186)
* morph do_after hidden * make change actually morph exclusive * im a fool
This commit is contained in:
@@ -513,9 +513,12 @@ GLOBAL_LIST_INIT(ventcrawl_machinery, list(/obj/machinery/atmospherics/unary/ven
|
||||
if(!client)
|
||||
return
|
||||
#endif
|
||||
if(!do_after(src, ventcrawl_delay, target = src))
|
||||
return
|
||||
|
||||
if(ismorph(src))
|
||||
if(!do_after(src, ventcrawl_delay, target = src, hidden = TRUE))
|
||||
return
|
||||
else
|
||||
if(!do_after(src, ventcrawl_delay, target = src))
|
||||
return
|
||||
if(!vent_found.can_crawl_through())
|
||||
to_chat(src, "<span class='warning'>You can't vent crawl through that!</span>")
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user