Merge pull request #16808 from Vi3trice/gateway-is-compliant-with-air-force-one-stargate

Fix - Wheelchair users can go into the gateway
This commit is contained in:
variableundefined
2021-09-30 17:53:58 -05:00
committed by GitHub
@@ -76,7 +76,7 @@
if(!has_buckled_mobs())
return
var/mob/living/buckled_mob = buckled_mobs[1]
if(istype(A, /obj/machinery/door))
if(istype(A, /obj/machinery/door) || istype(A, /obj/machinery/gateway))
A.Bumped(buckled_mob)
if(propelled)