mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Fixes Icemoon Comms Agent's secret documents (#94065)
## About The Pull Request Closes #88539 (This issue has been open for almost an entire fucking year now holy moly dude) This replaces the documents in the comms agent room(s) on Icebox. It replaces `/obj/item/paperwork` (generic paperwork, no importance at all) with `/obj/item/folder/syndicate/mining` which is ACTUALLY secret. It also makes the traitor objective of stealing any secret documents easier. These documents are also found on the Lavaland equivalent of the comms agent ruin. ## Why It's Good For The Game Mmmm fixes... More gameplay... ## Changelog 🆑 fix: Fixes Icebox's comms agent ruin having generic documents, not the secret ones /🆑
This commit is contained in:
@@ -8,11 +8,11 @@
|
||||
pixel_x = -2
|
||||
},
|
||||
/obj/item/paper/monitorkey,
|
||||
/obj/item/paperwork,
|
||||
/obj/item/radio/intercom/syndicate/freerange{
|
||||
dir = 1;
|
||||
pixel_y = 32
|
||||
},
|
||||
/obj/item/folder/syndicate/mining,
|
||||
/turf/open/floor/plating,
|
||||
/area/ruin/comms_agent)
|
||||
"b" = (
|
||||
|
||||
@@ -144,11 +144,11 @@
|
||||
/area/ruin/comms_agent)
|
||||
"M" = (
|
||||
/obj/structure/filingcabinet,
|
||||
/obj/item/paperwork,
|
||||
/obj/item/paper/monitorkey,
|
||||
/obj/item/paper/fluff/ruins/listeningstation/briefing{
|
||||
pixel_x = -2
|
||||
},
|
||||
/obj/item/folder/syndicate/mining,
|
||||
/turf/open/floor/wood/tile,
|
||||
/area/ruin/comms_agent)
|
||||
"N" = (
|
||||
|
||||
@@ -49,11 +49,11 @@
|
||||
/area/ruin/comms_agent)
|
||||
"u" = (
|
||||
/obj/structure/filingcabinet,
|
||||
/obj/item/paperwork,
|
||||
/obj/item/paper/monitorkey,
|
||||
/obj/item/paper/fluff/ruins/listeningstation/briefing{
|
||||
pixel_x = -2
|
||||
},
|
||||
/obj/item/folder/syndicate/mining,
|
||||
/turf/open/floor/wood/tile,
|
||||
/area/ruin/comms_agent)
|
||||
"v" = (
|
||||
|
||||
Reference in New Issue
Block a user