Actions
element Dropper {
change S () => new Sand()
// Drop some sand below me
action {
@ => @
_ S
}
// Afterwards... move into space
any(xyz.directions) @_ => _@
}Last updated
element Dropper {
change S () => new Sand()
// Drop some sand below me
action {
@ => @
_ S
}
// Afterwards... move into space
any(xyz.directions) @_ => _@
}Last updated