mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 22:57:39 +01:00
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Cameron Lennox
parent
18b5644926
commit
8fa48e2a3e
@@ -338,3 +338,13 @@ It also makes it so a ghost wont know where all the goodies/mobs are.
|
||||
simultaneous_spawns = 6
|
||||
spawn_delay = 300
|
||||
spawn_types = list(/mob/living/simple_mob/mechanical/hivebot/swarm = 200, /mob/living/simple_mob/mechanical/hivebot/ranged_damage/basic = 50, /mob/living/simple_mob/mechanical/hivebot/ranged_damage/laser = 25, /mob/living/simple_mob/mechanical/hivebot/ranged_damage/ion = 10, /mob/living/simple_mob/mechanical/hivebot/tank/meatshield = 10)
|
||||
|
||||
/obj/structure/mob_spawner/recycler
|
||||
desc = "A bizarre mess of robotic limbs, glowing microrefineries, and nanoassemblers gradually converting the pile of raw materials into active hivebots."
|
||||
destructible = 1
|
||||
icon = 'icons/obj/recycling.dmi'
|
||||
icon_state = "grinder-b1"
|
||||
name = "hivebot assembler"
|
||||
simultaneous_spawns = 6
|
||||
spawn_delay = 300
|
||||
spawn_types = list(/mob/living/simple_mob/mechanical/hivebot/swarm = 200, /mob/living/simple_mob/mechanical/hivebot/ranged_damage/basic = 50, /mob/living/simple_mob/mechanical/hivebot/ranged_damage/laser = 25, /mob/living/simple_mob/mechanical/hivebot/ranged_damage/ion = 10, /mob/living/simple_mob/mechanical/hivebot/tank/meatshield = 10)
|
||||
|
||||
Reference in New Issue
Block a user