July update: vaurca and mining fixes (#5047)

-fixes #5046
-fixes #5037
-fixes #5036
-changes that you can only climb walls by being in the grab intent, to avoid falls by accident when clicking a wall
-changes the cooldown of the warform at bygone's request
This commit is contained in:
Alberyk
2018-07-29 02:31:33 +03:00
committed by Erki
parent 37ce8ff32c
commit 0b2ea5f78a
9 changed files with 16 additions and 11 deletions
@@ -20,7 +20,8 @@
sprite_sheets_obj = list(
"Unathi" = 'icons/obj/clothing/species/unathi/hats.dmi',
"Tajara" = 'icons/obj/clothing/species/tajaran/hats.dmi',
"Skrell" = 'icons/obj/clothing/species/skrell/hats.dmi'
"Skrell" = 'icons/obj/clothing/species/skrell/hats.dmi',
"Vaurca" = 'icons/obj/clothing/species/vaurca/hats.dmi'
)
light_overlay = "helmet_light"
@@ -47,7 +48,8 @@
sprite_sheets_obj = list(
"Unathi" = 'icons/obj/clothing/species/unathi/suits.dmi',
"Tajara" = 'icons/obj/clothing/species/tajaran/suits.dmi',
"Skrell" = 'icons/obj/clothing/species/skrell/suits.dmi'
"Skrell" = 'icons/obj/clothing/species/skrell/suits.dmi',
"Vaurca" = 'icons/obj/clothing/species/vaurca/suits.dmi'
)
//Breach thresholds, should ideally be inherited by most (if not all) voidsuits.