mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 03:27:46 +01:00
Update living_vr.dm
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
var/weight_loss = 0.5 // How fast you lose weight
|
||||
var/egg_type = "egg" // Default egg type.
|
||||
var/feral = 0 // If the mob is feral or not. Does nothing for non xenochimera at the moment.
|
||||
var/metabolism = 0.0015
|
||||
|
||||
//
|
||||
// Hook for generic creation of stuff on new creatures
|
||||
@@ -374,4 +375,4 @@
|
||||
"oxygen" = 21,
|
||||
"nitrogen" = 79)
|
||||
temperature = 293.150
|
||||
total_moles = 40
|
||||
total_moles = 40
|
||||
|
||||
Reference in New Issue
Block a user