mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 02:57:48 +01:00
Adds AI ventcrawling code, does not implement it (#29661)
* bam * push * im trolling myself * code * ok lets go * fix * improvements
This commit is contained in:
@@ -541,8 +541,6 @@ GLOBAL_LIST_INIT(ventcrawl_machinery, list(/obj/machinery/atmospherics/unary/ven
|
||||
var/ventcrawl_delay = 0 SECONDS
|
||||
#else
|
||||
var/ventcrawl_delay = 4.5 SECONDS
|
||||
if(!client)
|
||||
return
|
||||
#endif
|
||||
if(ismorph(src))
|
||||
if(!do_after(src, ventcrawl_delay, target = src, hidden = TRUE))
|
||||
|
||||
Reference in New Issue
Block a user