mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Fixes gutlunch controllers (#30277)
This commit is contained in:
@@ -674,7 +674,10 @@ INITIALIZE_IMMEDIATE(/obj/effect/landmark/newplayer_start) //Without this you sp
|
||||
|
||||
/obj/effect/landmark/mob_spawner/gutlunch/Initialize(mapload)
|
||||
if(prob(5))
|
||||
mobtype = /mob/living/basic/mining/gutlunch/gubbuck
|
||||
if(prob(50))
|
||||
mobtype = /mob/living/basic/mining/gutlunch/gubbuck
|
||||
else
|
||||
mobtype = /mob/living/basic/mining/gutlunch/guthen
|
||||
. = ..()
|
||||
|
||||
/obj/effect/landmark/mob_spawner/abandoned_minebot
|
||||
|
||||
@@ -25,6 +25,8 @@
|
||||
loot = list(/obj/effect/decal/cleanable/blood/gibs)
|
||||
deathmessage = "is pulped into bugmash."
|
||||
|
||||
ai_controller = /datum/ai_controller/basic_controller/gutlunch
|
||||
|
||||
var/list/food_types = list(
|
||||
/obj/effect/decal/cleanable/blood/gibs,
|
||||
/obj/item/organ/internal/eyes,
|
||||
|
||||
Reference in New Issue
Block a user