mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 22:47:59 +01:00
Speeds up facehugger egg hatching time (#19622)
* Speeds up alien egg hatching time * fixes accidental regression
This commit is contained in:
@@ -192,8 +192,8 @@
|
||||
#define GROWING 2
|
||||
#define GROWN 3
|
||||
///time it takes to grow a hugger
|
||||
#define MIN_GROWTH_TIME 3 MINUTES
|
||||
#define MAX_GROWTH_TIME 5 MINUTES
|
||||
#define MIN_GROWTH_TIME 2 MINUTES
|
||||
#define MAX_GROWTH_TIME 3 MINUTES
|
||||
|
||||
/obj/structure/alien/egg
|
||||
name = "egg"
|
||||
|
||||
Reference in New Issue
Block a user