Skip to content

Commit

Permalink
Merge branch 'master' into BrigPhotocopier
Browse files Browse the repository at this point in the history
  • Loading branch information
MistChristmas authored Feb 1, 2024
2 parents d5c56e8 + fedfbc2 commit cad0d3a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions code/game/objects/structures/tables_racks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,7 @@
if(!can_touch(usr))
return

// Small regular mob, or very small xeno.
if(usr.mob_size == MOB_SIZE_SMALL || usr.mob_size == MOB_SIZE_XENO_VERY_SMALL)
if(usr.mob_size == MOB_SIZE_SMALL)
to_chat(usr, SPAN_WARNING("[isxeno(usr) ? "We are" : "You're"] too small to flip [src]."))
return

Expand Down
4 changes: 4 additions & 0 deletions html/changelogs/AutoChangeLog-pr-5608.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
author: "SabreML"
delete-after: True
changes:
- bugfix: "Fixed lesser drones not being able to flip tables."

0 comments on commit cad0d3a

Please sign in to comment.