Skip to content

Commit

Permalink
[MIRROR] [NO GBP] fish analyzers can now be actually used for experim…
Browse files Browse the repository at this point in the history
…ents. [MDB IGNORE] (#24408)

* [NO GBP] fish analyzers can now be actually used for experiments. (#79030)

## About The Pull Request
I've forgot that, for some reasons, both experiments and experiment
handlers have an experiment(or) whitelist var.

## Why It's Good For The Game
This will fix #78921

## Changelog

:cl:
fix: Fish analyzers can now be actually used for experiments.
/:cl:

* [NO GBP] fish analyzers can now be actually used for experiments.

---------

Co-authored-by: Ghom <[email protected]>
  • Loading branch information
2 people authored and FFMirrorBot committed Oct 17, 2023
1 parent 12ea013 commit 074adfa
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 074adfa

Please sign in to comment.