Skip to content

Commit

Permalink
test ig
Browse files Browse the repository at this point in the history
  • Loading branch information
carpotoxin committed Oct 19, 2024
1 parent d0103df commit 995e7af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/machinery/dna_infuser/organ_sets/fish_organs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
/datum/bodypart_overlay/mutant/tail/fish
feature_key = "fish_tail"
color_source = ORGAN_COLOR_HAIR

/* DOPPLER REMOVAL START - stop making slimes runtime
/datum/bodypart_overlay/mutant/tail/fish/on_mob_insert(obj/item/organ/parent, mob/living/carbon/receiver)
//Initialize the related dna feature block if we don't have any so it doesn't error out.
//This isn't tied to any species, but I kinda want it to be mutable instead of having a fixed sprite accessory.
Expand All @@ -210,7 +210,7 @@
receiver.dna.update_uf_block(DNA_FISH_TAIL_BLOCK)
return ..()

DOPPLER REMOVAL END */
/datum/bodypart_overlay/mutant/tail/fish/get_global_feature_list()
return SSaccessories.tails_list_fish

Expand Down

0 comments on commit 995e7af

Please sign in to comment.