Add files via upload

This commit is contained in:
Orotheim
2024-09-11 19:21:52 +01:00
committed by GitHub
parent f551094309
commit c9efd990bb
+3
View File
@@ -44,6 +44,9 @@
else if(M.size_multiplier > max_size)
to_chat(M, "<span class='warning'>You are too big to operate something like this!</span>")
unbuckle_mob(M)
else if(HAS_TRAIT(M, TRAIT_IMMUTABLE_SLOW))
to_chat(M, "<span class='warning'>Your armor is too heavy to operate something like this!</span>")
unbuckle_mob(M)
return ..()
/obj/vehicle/ridden/attackby(obj/item/I, mob/user, params)