Removes duplicate definitions in types (#25702)

* Removes duplicate definitions

* One more
This commit is contained in:
DGamerL
2024-06-06 20:56:03 +02:00
committed by GitHub
parent ac5a4dfe11
commit 37ffe943e4
33 changed files with 13 additions and 49 deletions
+1 -2
View File
@@ -3,10 +3,9 @@
desc = "Learn a new form to mimic or become one of your known forms"
clothes_req = FALSE
base_cooldown = 3 SECONDS
action_icon_state = "genetic_morph"
action_icon_state = "morph_mimic"
selection_activated_message = "<span class='sinister'>Click on a target to remember it's form. Click on yourself to change form.</span>"
create_attack_logs = FALSE
action_icon_state = "morph_mimic"
/// Which form is currently selected
var/datum/mimic_form/selected_form
/// Which forms the user can become
+1 -2
View File
@@ -439,10 +439,9 @@
return
/atom/movable/screen/alert/status_effect/regenerative_core
name = "Reinforcing Tendrils"
name = "Regenerative Core Tendrils"
desc = "You can move faster than your broken body could normally handle!"
icon_state = "regenerative_core"
name = "Regenerative Core Tendrils"
/datum/status_effect/regenerative_core
id = "Regenerative Core"