Some changes. Untested.

This commit is contained in:
Kreastr
2012-11-07 00:08:02 +02:00
parent ce59d48306
commit 2deb70a1a9
4 changed files with 16 additions and 28 deletions

View File

@@ -173,7 +173,6 @@
#define FILE_DIR "code/WorkInProgress/Cael_Aislinn/BirdMan"
#define FILE_DIR "code/WorkInProgress/Cael_Aislinn/Rust"
#define FILE_DIR "code/WorkInProgress/Cael_Aislinn/Supermatter"
#define FILE_DIR "code/WorkInProgress/Cael_Aislinn/Supermatter/backup"
#define FILE_DIR "code/WorkInProgress/Cael_Aislinn/Tajara"
#define FILE_DIR "code/WorkInProgress/Chinsky"
#define FILE_DIR "code/WorkInProgress/mapload"

View File

@@ -297,3 +297,5 @@ the mob is also allowed to move without any sort of restriction. For instance, i
var/swap_on_mobbump = 1 //by default, mob collisions will swap the two mobs (if allowed)
//Animation speed changer
var/lastmovementdelay = 0

View File

@@ -340,7 +340,19 @@
// if(mob.organStructure && mob.organStructure.legs)
// move_delay += mob.organStructure.legs.moveWalkDelay
move_delay += 5
move_delay += mob.movement_delay()
if (mob.movement_delay() != mob.lastmovementdelay)
mob.lastmovementdelay = mob.movement_delay()
mob.glide_size = 40/mob.lastmovementdelay //Slightly faster than tile (32 pixels) per second assuming 10 FPS.
src << "Debug: Your new glide speed is [mob.glide_size]"
else
mob.lastmovementdelay = mob.movement_delay()
move_delay += mob.lastmovementdelay
move_delay += mob.grav_delay
if(config.Tickcomp)

View File

@@ -1,26 +1 @@
abi79 - Game Master
arcalane - Game Admin
bobbehluvspropane - Game Admin
cacophony - Game Admin
cajoes - Game Admin
cib - Retired Admin
compactninja - Retired Admin
duntadaman - Game Admin
dysthymia - Retired Admin
doughnuts - Game Admin
erthilo - Game Master
hawkv3 - Game Master
headswe - Game Master
iaryni - Game Master
masterofapples - Game Admin
megacaesar - Retired Admin
miniature - Game Master
misterbook - Game Admin
misterfox - Game Admin
mloc - Game Master
skymarshal - Game Master
spaceman96 - Retired Admin
strumpetplaya - Retired Admin
tastyfish - Retired Admin
uristqwerty - Game Master
wrongnumber - Game Admin
kreastr - Game Master