mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 13:05:36 +01:00
Converts butterflies to basic mobs and adds them to cytology (#75582)
## About The Pull Request Converts butterflies into basic mobs. Also a little list organisation. <details> <summary>Yep, those are some butterflies alright</summary>  </details> ## Changelog 🆑 refactor: Converted butterflies to the basic mob system add: Butterflies can now be grown in cytology /🆑
This commit is contained in:
@@ -605,7 +605,7 @@
|
||||
/datum/chemical_reaction/butterflium/on_reaction(datum/reagents/holder, datum/equilibrium/reaction, created_volume)
|
||||
var/location = get_turf(holder.my_atom)
|
||||
for(var/i in rand(1, created_volume) to created_volume)
|
||||
new /mob/living/simple_animal/butterfly(location)
|
||||
new /mob/living/basic/butterfly(location)
|
||||
..()
|
||||
//scream powder
|
||||
/datum/chemical_reaction/scream
|
||||
|
||||
Reference in New Issue
Block a user