mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
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:
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user