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:
PollardTheDragon
2025-09-11 02:34:37 +00:00
committed by GitHub
co-authored by Luc
parent 8338866090
commit 0f438326b6
11 changed files with 128 additions and 96 deletions
@@ -6,7 +6,7 @@
var/spawner_type = null // must be an object path
var/deliveryamt = 1 // amount of type to deliver
var/flash_viewers = TRUE
spawner_type = /mob/living/simple_animal/hostile/viscerator
spawner_type = /mob/living/basic/viscerator
/obj/item/grenade/spawnergrenade/prime() // Prime now just handles the two loops that query for people in lockers and people who can see it.