If you see this commit it means I've forgotten to amend it

This commit is contained in:
Incoming
2016-09-01 23:26:00 -04:00
parent 5b7b6704c6
commit 5ece015017
13 changed files with 47 additions and 56 deletions
+3 -1
View File
@@ -10,6 +10,7 @@
var/status = ORGAN_ORGANIC
var/body_zone //"chest", "l_arm", etc , used for def_zone
var/body_part = null //bitflag used to check which clothes cover this bodypart
var/use_digitigrade = FALSE //Used for alternate legs, useless elsewhere
var/brutestate = 0
var/burnstate = 0
var/brute_dam = 0
@@ -252,6 +253,8 @@
if(should_draw_greyscale)
if(should_draw_gender)
I = image("icon"='icons/mob/human_parts_greyscale.dmi', "icon_state"="[species_id]_[body_zone]_[icon_gender]_s", "layer"=-BODYPARTS_LAYER, "dir"=image_dir)
else if(use_digitigrade)
I = image("icon"='icons/mob/human_parts_greyscale.dmi', "icon_state"="[species_id]_[body_zone]_df_s", "layer"=-BODYPARTS_LAYER, "dir"=image_dir)
else
I = image("icon"='icons/mob/human_parts_greyscale.dmi', "icon_state"="[species_id]_[body_zone]_s", "layer"=-BODYPARTS_LAYER, "dir"=image_dir)
else
@@ -351,7 +354,6 @@
px_x = 2
px_y = 12
/////////////////////////////////////////////////////////////////////////
/obj/item/severedtail