Fixes bartender suit having an adjust state

This commit is contained in:
ShizCalev
2017-11-22 12:40:32 -06:00
committed by CitadelStationBot
parent dc0128a6d3
commit 6ab499b57b
36 changed files with 517 additions and 163 deletions
+3 -3
View File
@@ -7,11 +7,11 @@
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0, fire = 0, acid = 0)
var/fitted = FEMALE_UNIFORM_FULL // For use in alternate clothing styles for women
var/has_sensor = HAS_SENSORS // For the crew computer
var/random_sensor = 1
var/random_sensor = TRUE
var/sensor_mode = NO_SENSORS
var/can_adjust = 1
var/can_adjust = TRUE
var/adjusted = NORMAL_STYLE
var/alt_covers_chest = 0 // for adjusted/rolled-down jumpsuits, 0 = exposes chest and arms, 1 = exposes arms only
var/alt_covers_chest = FALSE // for adjusted/rolled-down jumpsuits, FALSE = exposes chest and arms, TRUE = exposes arms only
var/obj/item/clothing/accessory/attached_accessory
var/mutable_appearance/accessory_overlay
var/mutantrace_variation = NO_MUTANTRACE_VARIATION //Are there special sprites for specific situations? Don't use this unless you need to.