mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user