diff --git a/code/modules/mining/mine_items.dm b/code/modules/mining/mine_items.dm index 15d05d37fe..7b17de3fd6 100644 --- a/code/modules/mining/mine_items.dm +++ b/code/modules/mining/mine_items.dm @@ -73,6 +73,9 @@ to_chat(user, "You get a feeling that leaving the station might be a REALLY dumb idea...") dumb_rev_heads += user.mind return + if(user.faction == "ashwalker") + to_chat(user,"The unfamiliar light board makes no sense to your primitive mind. You cannot figure out the controls.") + return ..() /**********************Mining car (Crate like thing, not the rail car)**************************/