mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Tiny Armadillo
Sprited and coded a simple little critter, I plan to work on it more in the future to wear them as a hat. For now is a simple mob. *It can be pet *Runs fast if you hurt it *Taste like sand *Can handle higher temperatures but will die in the cold *Can walk over it *Makes cute armadillo noises *Is a chubby critter that rolls around.
This commit is contained in:
@@ -14,4 +14,12 @@
|
||||
|
||||
/datum/ai_holder/simple_mob/melee/pack_mob/nyria
|
||||
hostile = FALSE
|
||||
retaliate = TRUE
|
||||
retaliate = TRUE
|
||||
|
||||
/datum/ai_holder/simple_mob/armadillo
|
||||
hostile = FALSE
|
||||
retaliate = TRUE
|
||||
can_flee = TRUE
|
||||
flee_when_dying = TRUE
|
||||
dying_threshold = 0.9
|
||||
speak_chance = 1
|
||||
|
||||
Reference in New Issue
Block a user