talon, vb, and typhon fixes

This commit is contained in:
Casey
2022-10-16 21:02:45 +00:00
committed by CHOMPStation2
parent e2d375214d
commit bd67968cb8
8 changed files with 168 additions and 58 deletions
+13 -1
View File
@@ -13,7 +13,9 @@
var/static/plating_colors = list(
/obj/item/stack/tile/floor = "#858a8f",
/obj/item/stack/tile/floor/dark = "#4f4f4f",
/obj/item/stack/tile/floor/white = "#e8e8e8")
/obj/item/stack/tile/floor/white = "#e8e8e8",
/obj/item/stack/tile/floor/techmaint = "#4d585b",
/obj/item/stack/tile/floor/techgrey = "#363f43")
var/health = 100
var/maxhealth = 100
@@ -189,3 +191,13 @@
icon_state = "catwalk_platedwhite"
tile = /obj/item/stack/tile/floor/white
platecolor = "#e8e8e8"
/obj/effect/catwalk_plated/techmaint
icon_state = "catwalk_techmaint"
tile = /obj/item/stack/tile/floor/techmaint
platecolor = "#4d585b"
/obj/effect/catwalk_plated/techfloor
icon_state = "catwalk_techfloor"
tile = /obj/item/stack/tile/floor/techgrey
platecolor = "#363f43"