mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 12:05:59 +01:00
Timestop improvements (#46745)
* Timestop improvements * black lightlist
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user