mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
massive burndown (#29894)
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
var/hand_path = /obj/item/melee/touch_attack
|
||||
var/obj/item/melee/touch_attack/attached_hand = null
|
||||
var/on_remove_message = TRUE
|
||||
invocation_type = "none" //you scream on connecting, not summoning
|
||||
|
||||
/datum/spell/touch/create_new_targeting()
|
||||
return new /datum/spell_targeting/self
|
||||
@@ -54,7 +53,6 @@
|
||||
hand_path = /obj/item/melee/touch_attack/disintegrate
|
||||
|
||||
base_cooldown = 600
|
||||
clothes_req = TRUE
|
||||
cooldown_min = 200 //100 deciseconds reduction per rank
|
||||
|
||||
action_icon_state = "gib"
|
||||
@@ -65,7 +63,6 @@
|
||||
hand_path = /obj/item/melee/touch_attack/fleshtostone
|
||||
|
||||
base_cooldown = 600
|
||||
clothes_req = TRUE
|
||||
cooldown_min = 200 //100 deciseconds reduction per rank
|
||||
|
||||
action_icon_state = "statue"
|
||||
@@ -76,7 +73,6 @@
|
||||
hand_path = /obj/item/melee/touch_attack/plushify
|
||||
|
||||
base_cooldown = 600
|
||||
clothes_req = TRUE
|
||||
cooldown_min = 200 //100 deciseconds reduction per rank
|
||||
|
||||
action_icon_state = "plush"
|
||||
|
||||
Reference in New Issue
Block a user