Merge pull request #6896 from Citadel-Station-13/upstream-merge-38014
[MIRROR] Fixes luxury shuttle forcefields vanishing
This commit is contained in:
@@ -207,10 +207,12 @@
|
||||
//Luxury Shuttle Blockers
|
||||
|
||||
/obj/effect/forcefield/luxury_shuttle
|
||||
timeleft = 0
|
||||
var/threshold = 500
|
||||
var/static/list/approved_passengers = list()
|
||||
var/static/list/check_times = list()
|
||||
|
||||
|
||||
/obj/effect/forcefield/luxury_shuttle/CanPass(atom/movable/mover, turf/target)
|
||||
if(mover in approved_passengers)
|
||||
return TRUE
|
||||
|
||||
Reference in New Issue
Block a user