mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 10:33:30 +01:00
Adds a new fauna to lavaland: an abandoned minebot! (#22173)
* added the file * works pretty nicely * forgot these comments * doubled their spawn chance * minebot passthrough stuff * more fluff * no longer will go to lava tiles * answered most reviews * DGL's solution * makes loot more efficient, minor tweaks big thanks to DGamer with this one! * DGL's review * Update code/modules/mob/living/simple_animal/hostile/mining/abandoned_minebot.dm Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> * Merge remote-tracking branch 'upstream/master' into outpost_remap_copy * oops, a lil fuckup * removes an unneeded var * removed the landmark iconstate --------- Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
This commit is contained in:
@@ -647,6 +647,9 @@ INITIALIZE_IMMEDIATE(/obj/effect/landmark/awaystart) //Without this away mission
|
||||
mobtype = /mob/living/simple_animal/hostile/asteroid/gutlunch/gubbuck
|
||||
. = ..()
|
||||
|
||||
/obj/effect/landmark/mob_spawner/abandoned_minebot
|
||||
mobtype = /mob/living/simple_animal/hostile/asteroid/abandoned_minebot
|
||||
|
||||
// Damage tiles
|
||||
/obj/effect/landmark/damageturf
|
||||
icon_state = "damaged"
|
||||
|
||||
Reference in New Issue
Block a user