mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Converts bees to basic mobs (#30662)
* Converts bees to basic mobs * Undefs * Linters
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user