mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 06:58:30 +01:00
Merge pull request #9311 from VOREStation/Verkister-patch-5
Fixes maintpred hyperspeed.
This commit is contained in:
@@ -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, "<span class='notice'>You are <b>[newPred]</b>, 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")
|
||||
command_announcement.Announce("Unexpected biosignature detected in the maintenance tunnels of [station_name()].", "Lifesign Alert")
|
||||
|
||||
Reference in New Issue
Block a user