Fix: museum keycard spawns in toilet but you can't pick it from cistern. (#86770)

## About The Pull Request

Keycard is spawning in one of gateway museum toilets contents but you
can't get it. Destroying the toilet also does not give the keycard.

## Changelog

🆑
fix: Gateway museum keycard now spawns in toilet properly.
/🆑
This commit is contained in:
Xackii
2024-09-21 00:04:22 +02:00
committed by GitHub
parent 5171034a1b
commit 29b423483e
@@ -199,6 +199,6 @@
var/obj/structure/toilet/destination = pick(partners)
forceMove(destination)
destination.w_items += w_class
destination.contents += src
LAZYADD(destination.cistern_items, src)
#undef CAFE_KEYCARD_TOILETS