mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +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
|
||||
|
||||
Reference in New Issue
Block a user