Skip to content

Commit

Permalink
TGS Test Merge (#6149)
Browse files Browse the repository at this point in the history
  • Loading branch information
cm13-github committed Apr 15, 2024
2 parents 14d851b + f1bc1b0 commit 15bcce7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/game/objects/objs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -303,9 +303,9 @@
if (M.mob_size <= MOB_SIZE_XENO)
if ((M.stat == DEAD && istype(src, /obj/structure/bed/roller) || HAS_TRAIT(M, TRAIT_OPPOSABLE_THUMBS)))
do_buckle(M, user)
else if ((M.mob_size > MOB_SIZE_HUMAN))
to_chat(user, SPAN_WARNING("[M] is too big to buckle in."))
return
if ((M.mob_size > MOB_SIZE_HUMAN))
to_chat(user, SPAN_WARNING("[M] is too big to buckle in."))
return
do_buckle(M, user)

// the actual buckling proc
Expand Down

0 comments on commit 15bcce7

Please sign in to comment.