mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
[NO GBP] fixed fish traits added through the fish gene gun not updating some things properly. (#96517)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user