adds snail swabbing (#91197)

## About The Pull Request
a player requested i add this, i think its harmless enough to add, but u
can now swab snails, or mapped in watering cans in botany for snail
samples

## Why It's Good For The Game
adds a few more beneficial creatures to the cytology pool, these ones
specifically being helpful for botanists.

## Changelog
🆑
add: snails are now growable from cytology. u can swab snails or
watering cans for samples
/🆑
This commit is contained in:
Ben10Omintrix
2025-05-24 20:36:14 -04:00
committed by GitHub
parent 0f0d67f586
commit b639a4d6e5
5 changed files with 30 additions and 0 deletions
@@ -44,6 +44,7 @@
AddElement(/datum/element/basic_eating, food_types = eatable_food)
create_reagents(100, REAGENT_HOLDER_ALIVE)
RegisterSignal(reagents, COMSIG_REAGENTS_HOLDER_UPDATED, PROC_REF(on_reagents_update))
AddElement(/datum/element/swabable, CELL_LINE_TABLE_SNAIL, CELL_VIRUS_TABLE_GENERIC_MOB, 1, 5)
if (minion_path)
AddElement(/datum/element/regal_rat_minion, converted_path = minion_path, success_balloon = "gurgle", pet_commands = GLOB.regal_rat_minion_commands)