mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
Morph Gore (#10186)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/spell/aoe_turf/conjure/nest
|
||||
name = "Create Nest"
|
||||
desc = "This spell creates a nest beneath you."
|
||||
|
||||
charge_max = 600
|
||||
spell_flags = Z2NOCAST
|
||||
override_base = "const"
|
||||
invocation = "none"
|
||||
invocation_type = SpI_NONE
|
||||
range = 0
|
||||
summon_type = list(/obj/structure/bed/nest)
|
||||
cast_sound = 'sound/effects/attackblob.ogg'
|
||||
|
||||
hud_state = "nest"
|
||||
@@ -0,0 +1,14 @@
|
||||
/spell/aoe_turf/conjure/node
|
||||
name = "Create Node"
|
||||
desc = "This spell creates a node beneath you."
|
||||
|
||||
charge_max = 1800
|
||||
spell_flags = Z2NOCAST
|
||||
override_base = "const"
|
||||
invocation = "none"
|
||||
invocation_type = SpI_NONE
|
||||
range = 0
|
||||
summon_type = list(/obj/structure/gore/tendrils/node)
|
||||
cast_sound = 'sound/effects/attackblob.ogg'
|
||||
|
||||
hud_state = "tendril_node"
|
||||
Reference in New Issue
Block a user