mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
Removes duplicate definitions in types (#25702)
* Removes duplicate definitions * One more
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user