mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-09 07:54:14 +00:00
Several months worth of updates. --------- Co-authored-by: A miscellaneous Fern <80640114+FernandoJ8@users.noreply.github.com> Co-authored-by: Pepsilawn <reisenrui@gmail.com> Co-authored-by: Ray <64306407+OneAsianTortoise@users.noreply.github.com> Co-authored-by: Cure221 <106662180+Cure221@users.noreply.github.com>
7 lines
207 B
Plaintext
7 lines
207 B
Plaintext
/// Temperature of drake fire hotspots
|
|
#define DRAKE_FIRE_TEMP 500
|
|
/// Temperature of ash whelp fire hostpos
|
|
#define ICE_WHELP_FIRE_TEMP TCMB
|
|
/// Volume of drake fire hotspots
|
|
#define DRAKE_FIRE_EXPOSURE 50
|