mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-23 04:36:45 +01:00
6 lines
201 B
Plaintext
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
|
|
. = ..()
|