Timestop improvements (#46745)

* Timestop improvements

* black lightlist
This commit is contained in:
XDTM
2019-09-30 02:18:31 +02:00
committed by moo
parent c39d68da3c
commit c2f38cbf4e
3 changed files with 30 additions and 8 deletions
+5 -3
View File
@@ -165,7 +165,7 @@
clothes_req = FALSE
say_destination = FALSE // Santa moves in mysterious ways
/obj/effect/proc_holder/spell/aoe_turf/conjure/timestop
/obj/effect/proc_holder/spell/aoe_turf/timestop
name = "Stop Time"
desc = "This spell stops time for everyone except for you, allowing you to move freely while your enemies and even projectiles are frozen."
charge_max = 500
@@ -174,10 +174,12 @@
invocation_type = "shout"
range = 0
cooldown_min = 100
summon_amt = 1
action_icon_state = "time"
var/timestop_range = 2
var/timestop_duration = 100
summon_type = list(/obj/effect/timestop/wizard)
/obj/effect/proc_holder/spell/aoe_turf/timestop/cast(list/targets, mob/user = usr)
new /obj/effect/timestop/magic(get_turf(user), timestop_range, timestop_duration, list(user))
/obj/effect/proc_holder/spell/aoe_turf/conjure/carp
name = "Summon Carp"