[T5] Is it possible to patch the excavator on moon?
-
Ive been wanting to make a patch for moon that guarantees the excavator tunnel pi to do the easter egg earlier just for people who want to just do it without any of the rng of potentially waiting at most 20 rounds just to do the easter egg and even longer if they teleport when it decides to excavate making it possible to go into the 30's by accident just wanted to know if it was possible in any way by any modders
-
It’s possible. Just change
level.diggers
init() { level.diggers = array( "teleporter" ); thread restore_excavators(); } restore_excavators() { common_scripts\utility::flag_wait( "teleporter_breached" ); level.diggers = array( "teleporter", "hangar", "biodome" ); }