Fixes some things (#2886)

Fixes #2832
Fixes #2821
Fixes #2805
Adds a tint to the bomb suit helmet
Fixes the wizard voidsuit an outdated wizard faction check
Fixes pants don't convering the legs
Fixes hailers showing their messages on the lobby
Reduces the recharge cost of the mounted thermal drill, so, it won't use an entire powercell when you fire it once
This commit is contained in:
Alberyk
2017-07-01 15:53:49 -03:00
committed by skull132
parent 42f91d8117
commit 1365befb04
8 changed files with 54 additions and 49 deletions

View File

@@ -147,7 +147,7 @@
/datum/gear/uniform/pants
display_name = "pants selection"
path = /obj/item/clothing/under/pants
/datum/gear/uniform/pants/New()
..()
var/pants = list()
@@ -162,9 +162,10 @@
pants["tan pants"] = /obj/item/clothing/under/pants/tan
pants["khaki pants"] = /obj/item/clothing/under/pants/khaki
pants["track pants"] = /obj/item/clothing/under/pants/track
pants["camo pants"] = /obj/item/clothing/under/pants/camo
gear_tweaks += new/datum/gear_tweak/path(pants)
/datum/gear/uniform/turtleneck
display_name = "tacticool turtleneck"
display_name = "tacticool turtleneck"
path = /obj/item/clothing/under/syndicate/tacticool