mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Converts Viscerators and Malfunctioning Combat Drones to Basic Mobs (#30080)
* Initial Commit * Targetting * Linters * Update code/modules/mob/living/basic/retaliate/combat_drone.dm Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com> * CI fix --------- Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com> Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
clusterCheckFlags = MAP_GENERATOR_CLUSTER_CHECK_SAME_ATOMS
|
||||
spawnableAtoms = list(/mob/living/simple_animal/hostile/syndicate = 50, \
|
||||
/mob/living/simple_animal/hostile/syndicate/ranged = 20, \
|
||||
/mob/living/simple_animal/hostile/viscerator = 30)
|
||||
/mob/living/basic/viscerator = 30)
|
||||
spawnableTurfs = list()
|
||||
|
||||
// Generators
|
||||
|
||||
Reference in New Issue
Block a user