mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 04:26:03 +01:00
[MIRROR] Fix secret documents steal objective failing while inside folder [MDB IGNORE] (#23878)
* Fix secret documents steal objective failing while inside folder (#78521) ## About The Pull Request Fixes #67318 Secret documents inserted into a folder would result in failure. This was frustrating for people who kept the original folder it was spawned in. It has now been fixed properly. ## Why It's Good For The Game Greentext is good. ## Changelog 🆑 fix: Fix secret documents steal objective failing while inside folder. /🆑 * Fix secret documents steal objective failing while inside folder --------- Co-authored-by: Tim <timothymtorres@gmail.com>
This commit is contained in:
@@ -355,6 +355,7 @@
|
||||
|
||||
/datum/objective_item/steal/documents
|
||||
name = "any set of secret documents of any organization"
|
||||
valid_containers = list(/obj/item/folder)
|
||||
targetitem = /obj/item/documents
|
||||
exists_on_map = TRUE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user