mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
Increases raptor growth speed across the board by around 50% (#95628)
This commit is contained in:
@@ -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)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user