Skip to content

Commit

Permalink
Merge pull request #122 from Fluffy-Frontier/upstream-mirror-24408
Browse files Browse the repository at this point in the history
[TG Mirror] [NO GBP] fish analyzers can now be actually used for experiments. [MDB IGNORE]
  • Loading branch information
AnywayFarus authored Oct 18, 2023
2 parents 7fd9968 + 074adfa commit 6a96937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/experisci/experiment/types/scanning_fish.dm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GLOBAL_LIST_EMPTY(scanned_fish_by_techweb)
name = "Fish Scanning Experiment 1"
description = "An experiment requiring different fish species to be scanned to unlock the 'Beach' setting for the fishing portal generator."
performance_hint = "Scan fish. Examine scanner to review progress. Unlock new fishing portals."
allowed_experimentors = list(/obj/item/experi_scanner, /obj/machinery/destructive_scanner, /obj/item/fishing_rod/tech)
allowed_experimentors = list(/obj/item/experi_scanner, /obj/machinery/destructive_scanner, /obj/item/fishing_rod/tech, /obj/item/fish_analyzer)
traits = EXPERIMENT_TRAIT_TYPECACHE
points_reward = list(TECHWEB_POINT_TYPE_GENERIC = 750)
required_atoms = list(/obj/item/fish = 4)
Expand Down

0 comments on commit 6a96937

Please sign in to comment.