smol tweaks

This commit is contained in:
DeltaFire
2020-08-03 17:58:18 +02:00
parent c898b54ed3
commit b15ed5e3d1
2 changed files with 4 additions and 3 deletions
@@ -410,13 +410,14 @@
name = "radiant sigil"
desc = "A glowing sigil glowing with barely-contained power."
clockwork_desc = "A sigil that will allow you to perform certain rites on it, provided you have access to sufficient power and materials."
icon_state = "sigiltransmission" //TODO
icon_state = "sigiltransmission" //am big lazy - recolored transmission sigil
sigil_name = "Sigil of Rites"
alpha = 255
var/performing_rite = FALSE
color = "#ffe63a"
light_color = "#ffe63a"
light_range = 1
light_power = 3
light_power = 2
/obj/effect/clockwork/sigil/rite/on_attack_hand(mob/living/user, act_intent = user.a_intent, unarmed_attack_flags)
. = ..()
@@ -140,7 +140,7 @@
power_cost = 500
requires_human = TRUE
cast_time = 40
rite_cast_sound = 'sound/magic/Blind.ogg'
rite_cast_sound = 'sound/magic/blind.ogg'
/datum/clockwork_rite/advancement/cast(var/mob/living/invoker, var/turf/T, var/mob/living/carbon/human/target)
message_admins("Turf: [T]")