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
@@ -12,6 +12,11 @@
amount_per_transfer_from_this = 20
possible_transfer_amounts = list(20,100)
/obj/item/reagent_containers/cup/watering_can/Initialize(mapload, vol)
. = ..()
if(mapload)
AddElement(/datum/element/swabable, CELL_LINE_TABLE_SNAIL, CELL_VIRUS_TABLE_GENERIC_MOB, 1, 5)
/obj/item/reagent_containers/cup/watering_can/wood
name = "wood watering can"
desc = "An old metal-made watering can but shoddily painted to look like it was made of wood for some dubious reason..."