Converts bees to basic mobs (#30662)

* Converts bees to basic mobs

* Undefs

* Linters
This commit is contained in:
PollardTheDragon
2025-10-28 20:53:18 +00:00
committed by GitHub
parent 5159e73c0d
commit ae4489cb2f
22 changed files with 561 additions and 434 deletions
@@ -80,7 +80,7 @@
for(var/i in 1 to 8)
// A large influx of bees, directly into the cargo workplace
spawn_list.Add(/mob/living/simple_animal/hostile/poison/bees)
spawn_list.Add(/mob/living/basic/bee)
for(var/i in 1 to 5)
var/decal = pick(/obj/effect/decal/cleanable/blood, /obj/effect/decal/cleanable/insectguts)