Increases raptor growth speed across the board by around 50% (#95628)

This commit is contained in:
SmArtKar
2026-04-05 18:46:58 -04:00
committed by GitHub
parent 2c05fa63d9
commit 9e72a43b0a
2 changed files with 7 additions and 7 deletions
@@ -11,9 +11,9 @@
/// Current growth progress
var/growth_progress = 0
/// Minimum growth progress per second
var/min_growth_rate = 0.5
var/min_growth_rate = 0.8
/// Maximum growth progress per second
var/max_growth_rate = 1
var/max_growth_rate = 1.2
/obj/item/food/egg/raptor_egg/Initialize(mapload)
. = ..()