diff --git a/code/modules/events/maintenance_predator_vr.dm b/code/modules/events/maintenance_predator_vr.dm index 06e9f6e5018..b2e62bb9b7d 100644 --- a/code/modules/events/maintenance_predator_vr.dm +++ b/code/modules/events/maintenance_predator_vr.dm @@ -56,7 +56,7 @@ var/mob/living/simple_mob/newPred = new mobtype(get_turf(spawnspot)) qdel(newPred.ai_holder) newPred.ai_holder = null - newPred.movement_cooldown = 0 // Remove the needless artificial speed cap + //newPred.movement_cooldown = 0 // The "needless artificial speed cap" exists for a reason if(D.mind) D.mind.transfer_to(newPred) to_chat(D, "You are [newPred], somehow having gotten aboard the station in search of food. \ @@ -71,4 +71,4 @@ /datum/event/maintenance_predator/announce() if(prob(announceProb)) - command_announcement.Announce("Unexpected biosignature detected in the maintenance tunnels of [station_name()].", "Lifesign Alert") \ No newline at end of file + command_announcement.Announce("Unexpected biosignature detected in the maintenance tunnels of [station_name()].", "Lifesign Alert")