mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-28 11:03:19 +00:00
6 lines
264 B
Plaintext
6 lines
264 B
Plaintext
/mob/living/simple_mob/default_can_use_topic(var/src_object)
|
|
. = shared_nano_interaction(src_object)
|
|
if(. != STATUS_CLOSE)
|
|
. = min(., shared_living_nano_distance(src_object))
|
|
|
|
//Allows simple mobs to interact with nanoui as long as they have "has_hands = TRUE" |