mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 12:47:16 +01:00
Merge pull request #733 from Screemonster/feralmonsterness
Xenochimera bugfix and feralness overhaul
This commit is contained in:
@@ -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
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user