mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-05 03:11:48 +01:00
992d204432
Relocate macro/micro bump to _vr
5 lines
240 B
Plaintext
5 lines
240 B
Plaintext
/mob/living/bot/mulebot/handle_micro_bump_helping() // Can't drive over micros or macros regardless of intent.
|
|
return 0
|
|
|
|
/mob/living/bot/mulebot/handle_micro_bump_other() // Can't drive over micros or macros regardless of intent.
|
|
return 0 |