watcher ![code/modules/mapfluff/ruins/lavalandruin_code/watcher_grave.dm 18](git.png)
Egg which hatches into a helpful pet. Or you can eat it if you want.
Vars | |
pedometer | Datum used to measure our steps |
---|---|
steps_to_hatch | How far should we travel to hatch? |
steps_travelled | How far have we moved? |
Procs | |
jiggle | Animate the egg |
on_stepped | Called when we are moved, whether inside an inventory or by ourself somehow |
Var Details
pedometer ![code/modules/mapfluff/ruins/lavalandruin_code/watcher_grave.dm 32](git.png)
Datum used to measure our steps
steps_to_hatch ![code/modules/mapfluff/ruins/lavalandruin_code/watcher_grave.dm 28](git.png)
How far should we travel to hatch?
steps_travelled ![code/modules/mapfluff/ruins/lavalandruin_code/watcher_grave.dm 26](git.png)
How far have we moved?
Proc Details
jiggle
Animate the egg
on_stepped
Called when we are moved, whether inside an inventory or by ourself somehow