From d31d22674f11e80808d6a026bb89336330a80fd7 Mon Sep 17 00:00:00 2001 From: "VivianFoxfoot@gmail.com" Date: Fri, 30 Mar 2012 00:39:04 +0000 Subject: [PATCH] Exosuits now provide a message when someone is getting in, someone getting in must remain stationary and unstunned, and getting in takes four seconds. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3372 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/mecha/mecha.dm | 36 ++++++++++++++++++++++++++++++++---- html/changelog.html | 18 ++++++++++++++++++ 2 files changed, 50 insertions(+), 4 deletions(-) diff --git a/code/game/mecha/mecha.dm b/code/game/mecha/mecha.dm index 3db104bc119..58c88fbb521 100644 --- a/code/game/mecha/mecha.dm +++ b/code/game/mecha/mecha.dm @@ -142,6 +142,20 @@ return 1 return 0 +/obj/mecha/proc/enter_after(delay as num, var/mob/user as mob, var/numticks = 5) + var/delayfraction = delay/numticks + + var/turf/T = user.loc + + for(var/i = 0, i + +
+

Thursday, March 29th

+

PolymorphBlue updated:

+
    +
  • Exosuits now provide a message when someone is getting in, someone getting in must remain stationary and unstunned, and getting in takes four seconds.
  • +
+
+ + + + + + + + + +

28 March 2012

Carn updated: