faction memes don't work, restrict access instead.
This commit is contained in:
@@ -67,15 +67,13 @@
|
|||||||
possible_destinations = "mining_home;mining_away;landing_zone_dock;mining_public"
|
possible_destinations = "mining_home;mining_away;landing_zone_dock;mining_public"
|
||||||
no_destination_swap = 1
|
no_destination_swap = 1
|
||||||
var/global/list/dumb_rev_heads = list()
|
var/global/list/dumb_rev_heads = list()
|
||||||
|
req_access = list(ACCESS_MINING) // should slow the ashwalkers down.
|
||||||
|
|
||||||
/obj/machinery/computer/shuttle/mining/attack_hand(mob/user)
|
/obj/machinery/computer/shuttle/mining/attack_hand(mob/user)
|
||||||
if((user.z in GLOB.station_z_levels) && user.mind && (user.mind in SSticker.mode.head_revolutionaries) && !(user.mind in dumb_rev_heads))
|
if((user.z in GLOB.station_z_levels) && user.mind && (user.mind in SSticker.mode.head_revolutionaries) && !(user.mind in dumb_rev_heads))
|
||||||
to_chat(user, "<span class='warning'>You get a feeling that leaving the station might be a REALLY dumb idea...</span>")
|
to_chat(user, "<span class='warning'>You get a feeling that leaving the station might be a REALLY dumb idea...</span>")
|
||||||
dumb_rev_heads += user.mind
|
dumb_rev_heads += user.mind
|
||||||
return
|
return
|
||||||
if(user.faction == "ashwalker")
|
|
||||||
to_chat(user,"<span class='warning'>The unfamiliar light board makes no sense to your primitive mind. You cannot figure out the controls.</span>")
|
|
||||||
return
|
|
||||||
..()
|
..()
|
||||||
|
|
||||||
/**********************Mining car (Crate like thing, not the rail car)**************************/
|
/**********************Mining car (Crate like thing, not the rail car)**************************/
|
||||||
|
|||||||
Reference in New Issue
Block a user