fix paper wrapping crates (#30482)

* fix paper wrapping crates

* define magic number
This commit is contained in:
warriorstar-orion
2025-09-19 16:05:48 +00:00
committed by GitHub
parent 9af452c0ce
commit df0e69332f
5 changed files with 21 additions and 7 deletions
@@ -322,3 +322,9 @@
var/obj/water_cooler = teleport_to_first(player, /obj/structure/reagent_dispensers/water_cooler)
player.click_on(water_cooler)
TEST_ASSERT_LAST_CHATLOG(player, "You fill [bucket] with 20 units of the contents of [water_cooler]")
player.drop_held_item()
crate = teleport_to_first(player, /obj/structure/closet/crate/sci)
player.spawn_fast_tool(/obj/item/stack/package_wrap)
player.click_on(crate)
TEST_ASSERT_LAST_CHATLOG(player, "[player.puppet] wraps [crate]")