[NO GBP] fixed fish traits added through the fish gene gun not updating some things properly. (#96517)

This commit is contained in:
Ghom
2026-06-18 17:14:19 +02:00
committed by GitHub
parent ec5d7570c6
commit 9df4e3960f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -155,7 +155,7 @@
inheritability = 100
reagents_to_add = list(/datum/reagent/fishdummy = FISH_REAGENT_AMOUNT)
/datum/fish_trait/dummy/apply_to_fish(obj/item/fish/fish)
/datum/fish_trait/dummy/apply_to_fish(obj/item/fish/fish, initial = TRUE)
. = ..()
ADD_TRAIT(fish, TRAIT_FISH_TESTING, FISH_TRAIT_DATUM)