mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-12 02:22:11 +00:00
11 lines
353 B
Plaintext
11 lines
353 B
Plaintext
/datum/spell/touch/fake_disintegrate
|
|
name = "Disintegrate"
|
|
desc = "This spell charges your hand with vile energy that can be used to violently explode victims."
|
|
hand_path = "/obj/item/melee/touch_attack/fake_disintegrate"
|
|
|
|
base_cooldown = 600
|
|
clothes_req = FALSE
|
|
cooldown_min = 200 //100 deciseconds reduction per rank
|
|
|
|
action_icon_state = "gib"
|