mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-05 15:02:56 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user