Implemented IS_SLOW.

This commit is contained in:
Zuhayr
2014-01-06 00:13:49 +10:30
parent b70a79f853
commit 22e325d6ec
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,9 @@
/mob/living/carbon/human/movement_delay()
var/tally = 0
if(species && species & IS_SLOW)
tally = 10
if (istype(loc, /turf/space)) return -1 // It's hard to be slowed down in space by... anything
handle_embedded_objects() //Moving with objects stuck in you can cause bad times.

View File

@@ -740,7 +740,6 @@ var/list/RESTRICTED_CAMERA_NETWORKS = list( //Those networks can only be accesse
#define RAD_ABSORB 2048
#define REQUIRE_LIGHT 4096
//Language flags.
#define WHITELISTED 1 // Language is available if the speaker is whitelisted.
#define RESTRICTED 2 // Language can only be accquired by spawning or an admin.