mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
Update megafauna.dm (#28547)
This commit is contained in:
@@ -145,7 +145,7 @@
|
||||
adjustBruteLoss(50)
|
||||
|
||||
/mob/living/simple_animal/hostile/megafauna/proc/SetRecoveryTime(buffer_time)
|
||||
recovery_time = world.time + buffer_time
|
||||
recovery_time = world.time + 2.5 DECISECONDS
|
||||
ranged_cooldown = world.time + buffer_time
|
||||
|
||||
/// This proc is called by the HRD-MDE grenade to enrage the megafauna. This should increase the megafaunas attack speed if possible, give it new moves, or disable weak moves. This should be reverseable, and reverses on zlvl change.
|
||||
|
||||
Reference in New Issue
Block a user