TG: Prototype for transit escape shuttle/pods. If there are any bugs, ping doohl on

IRC or make an issue.
Revision: r3350
Author: 	 vageyenaman
This commit is contained in:
Ren Erthilo
2012-04-30 02:18:55 +01:00
parent 0e7f2e1b4f
commit 5789cdb463
7 changed files with 3683 additions and 3177 deletions

View File

@@ -84,6 +84,9 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
/mob/dead/observer/Move(NewLoc, direct)
if(NewLoc)
loc = NewLoc
for(var/obj/step_trigger/S in NewLoc)
S.HasEntered(src)
return
loc = get_turf(src) //Get out of closets and such as a ghost
if((direct & NORTH) && y < world.maxy)
@@ -95,6 +98,9 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
if((direct & WEST) && x > 1)
x--
for(var/obj/step_trigger/S in locate(x, y, z))
S.HasEntered(src)
/mob/dead/observer/examine()
if(usr)
usr << desc