Files
2022-04-09 12:16:19 -05:00

6 lines
201 B
Plaintext

/obj/vehicle/sealed/mecha/mob_try_enter(mob/M)
if(HAS_TRAIT(M, TRAIT_PRIMITIVE)) //no lavalizards either.
to_chat(M, span_warning("The knowledge to use this device eludes you!"))
return
. = ..()