mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-15 03:27:46 +00:00
16 lines
397 B
Plaintext
16 lines
397 B
Plaintext
//Santa spells!
|
|
/obj/effect/proc_holder/spell/aoe_turf/conjure/presents
|
|
name = "Conjure Presents!"
|
|
desc = "This spell lets you reach into S-space and retrieve presents! Yay!"
|
|
school = "santa"
|
|
charge_max = 600
|
|
clothes_req = 0
|
|
invocation = "HO HO HO"
|
|
invocation_type = "shout"
|
|
range = 3
|
|
cooldown_min = 50
|
|
|
|
summon_type = list("/obj/item/weapon/a_gift")
|
|
summon_lifespan = 0
|
|
summon_amt = 5
|