mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Merge branch 'master' of https://github.com/tgstation/-tg-station into GenShit
Conflicts: code/modules/reagents/Chemistry-Reagents.dm conflicts resolution
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
//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
|
||||
Reference in New Issue
Block a user