diff --git a/code/modules/ventcrawl/ventcrawl_atmospherics.dm b/code/modules/ventcrawl/ventcrawl_atmospherics.dm index 2c2cb6ca9d7..fb04e89857f 100644 --- a/code/modules/ventcrawl/ventcrawl_atmospherics.dm +++ b/code/modules/ventcrawl/ventcrawl_atmospherics.dm @@ -48,10 +48,10 @@ prob(90);"* clunk *", prob(90);"* thud *", prob(90);"* clatter *", - prob(1);"* *" + prob(1);"* " + span_giganteus("ඞ") + " *" ) T.runechat_message(message) - + else if((direction & initialize_directions) || is_type_in_list(src, ventcrawl_machinery) && src.can_crawl_through()) //if we move in a way the pipe can connect, but doesn't - or we're in a vent user.remove_ventcrawl()