Merge pull request #733 from Screemonster/feralmonsterness

Xenochimera bugfix and feralness overhaul
This commit is contained in:
Spades
2016-12-04 13:45:37 -05:00
committed by GitHub
4 changed files with 105 additions and 48 deletions
+2 -1
View File
@@ -8,7 +8,8 @@
var/weight_gain = 1 // How fast you gain weight
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/feral = 0 // How feral the mob is, if at all. Does nothing for non xenochimera at the moment.
var/reviving = 0 // Only used for creatures that have the xenochimera regen ability, so far.
var/metabolism = 0.0015
//