mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 06:57:42 +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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user