Skip to content

Commit

Permalink
Vend-A-Trays can be moved onto tables (tgstation#56503)
Browse files Browse the repository at this point in the history
Vend a trays are mapped onto kitchen tables and bar counters. They can't be moved back onto the table with deconstructing the table. This gives them the table passflag, allowing them to be just moved back onto the tabletop.
  • Loading branch information
ArcaneMusic authored Jan 31, 2021
1 parent 697393b commit a5576c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/objects/structures/displaycase.dm
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@
req_access = null
alert = FALSE //No, we're not calling the fire department because someone stole your cookie.
glass_fix = FALSE //Fixable with tools instead.
pass_flags = PASSTABLE ///Can be placed and moved onto a table.
///The price of the item being sold. Altered by grab intent ID use.
var/sale_price = 20
///The Account which will receive payment for purchases. Set by the first ID to swipe the tray.
Expand Down

0 comments on commit a5576c0

Please sign in to comment.