From ba9b5a0481b3ed4cbaa3b999244ac2d869e978d6 Mon Sep 17 00:00:00 2001 From: Poojawa Date: Sat, 23 Sep 2017 00:58:32 -0500 Subject: [PATCH] probably stops Ashligger station attacks --- code/modules/mining/mine_items.dm | 3 +++ 1 file changed, 3 insertions(+) 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)**************************/