mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 01:34:01 +00:00
* Mobility refactor: no more update_mobility() * Update robot.dm Fixes robots. * megadumb * Update robot.dm * weh * Update gunpoint_datum.dm Co-authored-by: Rohesie <rohesie@gmail.com> Co-authored-by: Gandalf <jzo123@hotmail.com> Co-authored-by: Azarak <azarak10@gmail.com>
4 lines
164 B
Plaintext
4 lines
164 B
Plaintext
// living_flags
|
|
/// Simple mob trait, indicating it may follow continuous move actions controlled by code instead of by user input.
|
|
#define MOVES_ON_ITS_OWN (1<<0)
|