You can throw stuff over tables again. (#26110)

Co-authored-by: Adrer <adrermail@gmail.com>
This commit is contained in:
Adrer
2024-07-04 12:57:54 +02:00
committed by GitHub
parent 06a52c5eac
commit d0ebe2f37e
7 changed files with 11 additions and 11 deletions
+3 -3
View File
@@ -35,8 +35,8 @@
icon_state = "bowl1"
density = FALSE // Small enough to not block stuff
anchored = FALSE // Small enough to move even when filled
pass_flags = PASSTABLE | LETPASSTHROW // Just like at the county fair, you can't seem to throw the ball in to win the goldfish, and it's small enough to pull onto a table
pass_flags_self = LETPASSTHROW // Just like at the county fair, you can't seem to throw the ball in to win the goldfish, and it's small enough to pull onto a table
pass_flags = PASSTABLE
tank_type = "bowl"
water_capacity = 50 // Not very big, therefore it can't hold much
max_fish = 1 // What a lonely fish
@@ -52,7 +52,7 @@
icon_state = "tank1"
density = TRUE
anchored = TRUE
pass_flags = LETPASSTHROW
pass_flags = null
tank_type = "tank"
water_capacity = 200 // Decent sized, holds almost 2 full buckets