pony ![code/modules/mob/living/basic/farm_animals/pony.dm 1](git.png)
Vars | |
my_owner | The person we've been tamed by |
---|---|
ponycolors | Greyscale color config; 1st color is body, 2nd is mane |
unique_tamer | Do we register a unique rider? |
Procs | |
on_prebuckle | Only let us get ridden if the buckler is our owner, if we have a unique owner. |
Var Details
my_owner ![code/modules/mob/living/basic/farm_animals/pony.dm 30](git.png)
The person we've been tamed by
ponycolors ![code/modules/mob/living/basic/farm_animals/pony.dm 34](git.png)
Greyscale color config; 1st color is body, 2nd is mane
unique_tamer ![code/modules/mob/living/basic/farm_animals/pony.dm 28](git.png)
Do we register a unique rider?
Proc Details
on_prebuckle
Only let us get ridden if the buckler is our owner, if we have a unique owner.