Fixes gutlunch controllers (#30277)

This commit is contained in:
PollardTheDragon
2025-08-28 14:48:38 +00:00
committed by GitHub
parent 960de75d3a
commit a3d9ecf4c9
2 changed files with 6 additions and 1 deletions
+4 -1
View File
@@ -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