mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-16 09:34:52 +01:00
talon, vb, and typhon fixes
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user