mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-09 07:02:15 +01:00
Add files via upload
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user