mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user