Merge pull request #3711 from Tastyfish/cartdoors

Allows wheelchairs, janicarts, and ambulances to open doors
This commit is contained in:
Fox McCloud
2016-02-26 01:59:56 -05:00
4 changed files with 15 additions and 6 deletions
+3
View File
@@ -54,6 +54,9 @@
var/turf/T = get_step(A, dir)
if(isturf(T))
A.Move(T) //bump things away when hit
if(ismob(load) && istype(Obstacle, /obj/machinery/door))
Obstacle.Bumped(load)
if(emagged)
if(istype(A, /mob/living))