From ebf021736f3af065d97fb1587ee273d39e3c4d30 Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Mon, 25 May 2015 00:50:47 -0400 Subject: [PATCH] tweak 2.0 --- code/__DEFINES/flags.dm | 1 - code/modules/mob/living/carbon/human/human_movement.dm | 3 --- code/modules/mob/living/carbon/species.dm | 4 +--- 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/code/__DEFINES/flags.dm b/code/__DEFINES/flags.dm index 80ef5983e3e..ea8ceb93c95 100644 --- a/code/__DEFINES/flags.dm +++ b/code/__DEFINES/flags.dm @@ -36,7 +36,6 @@ #define NO_BLOOD 1 #define NO_BREATHE 2 -#define UNENCUNBERED 4 #define RAD_ABSORB 8 #define NO_SCAN 16 #define NO_PAIN 32 diff --git a/code/modules/mob/living/carbon/human/human_movement.dm b/code/modules/mob/living/carbon/human/human_movement.dm index 142dba40d9f..8890ac9c94a 100644 --- a/code/modules/mob/living/carbon/human/human_movement.dm +++ b/code/modules/mob/living/carbon/human/human_movement.dm @@ -55,9 +55,6 @@ if(status_flags & IGNORESLOWDOWN) // make sure this is always at the end so we don't have ignore slowdown getting ignored itself tally = 0 - if(species && species.flags & UNENCUNBERED) - tally = 0 - if(status_flags & GOTTAGOFAST) tally -= 1 if(status_flags & GOTTAGOREALLYFAST) diff --git a/code/modules/mob/living/carbon/species.dm b/code/modules/mob/living/carbon/species.dm index d8f5a771553..dad0e746dfb 100644 --- a/code/modules/mob/living/carbon/species.dm +++ b/code/modules/mob/living/carbon/species.dm @@ -421,8 +421,6 @@ tail = "vulptail" unarmed_type = /datum/unarmed_attack/claws darksight = 8 - brute_mod = 1.1 - burn_mod = 1.1 blurb = "Vulpkanin are a species of extremely quick canine-pideds residing on the planet Altam just barely within the \ dual-star Vazzend system. Their politically de-centralized society and independent natures have led them to become a species and \ @@ -430,7 +428,7 @@ to the degree it can cause conflict with more rigorous and strict authorities. They speak a guttural language known as 'Canilunzt' \ which has a heavy emphasis on utilizing tail positioning and ear twitches to communicate intent." - flags = HAS_LIPS | HAS_UNDERWEAR | UNENCUNBERED | IS_WHITELISTED + flags = HAS_LIPS | HAS_UNDERWEAR | IS_WHITELISTED bodyflags = FEET_PADDED | HAS_TAIL | HAS_SKIN_COLOR | TAIL_WAGGING dietflags = DIET_OMNI