mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-08-30 08:06:17 +01:00
Revert "Ports tgstation's Color Standardization, adds Color Defines and Signals"
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
|
||||
marked_item.name = "ensouled [marked_item.name]"
|
||||
marked_item.desc += "\nA terrible aura surrounds this item, its very existence is offensive to life itself..."
|
||||
marked_item.add_atom_colour(COLOR_VERY_DARK_LIME_GREEN, ADMIN_COLOUR_PRIORITY)
|
||||
marked_item.add_atom_colour("#003300", ADMIN_COLOUR_PRIORITY)
|
||||
|
||||
new /obj/item/phylactery(marked_item, M.mind)
|
||||
|
||||
@@ -76,8 +76,8 @@
|
||||
desc = "Stores souls. Revives liches. Also repels mosquitos."
|
||||
icon = 'icons/obj/projectiles.dmi'
|
||||
icon_state = "bluespace"
|
||||
color = COLOR_VERY_DARK_LIME_GREEN
|
||||
light_color = COLOR_VERY_DARK_LIME_GREEN
|
||||
color = "#003300"
|
||||
light_color = "#003300"
|
||||
var/lon_range = 3
|
||||
var/resurrections = 0
|
||||
var/datum/mind/mind
|
||||
|
||||
Reference in New Issue
Block a user