Skip to content

Commit

Permalink
Adds Adventure Console to the Rep's Equipment (#2618)
Browse files Browse the repository at this point in the history
adds adventure console to rep's office
  • Loading branch information
Kitsunemitsu authored Dec 18, 2024
1 parent 8281ce0 commit 4eca1db
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@
new /datum/data/extraction_cargo("CAT", /mob/living/simple_animal/pet/cat, 50) = 1,
new /datum/data/extraction_cargo("CAK", /mob/living/simple_animal/pet/cat/cak, 100) = 1,
new /datum/data/extraction_cargo("SNAKE", /mob/living/simple_animal/hostile/retaliate/poison/snake, 100) = 1,

//Actual Shit
new /datum/data/extraction_cargo("SOME AHN", /obj/item/stack/spacecash/c500, 10) = 1,
new /datum/data/extraction_cargo("POSITIVE ENKEPHALIN", /obj/item/rawpe, 20) = 1,
)

/datum/adventure_layout/New(set_debug_menu = FALSE)
Expand Down
10 changes: 5 additions & 5 deletions _maps/map_files/generic/Manager.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,11 @@
/turf/open/floor/plasteel/white,
/area/facility_hallway/manager)
"bO" = (
/obj/structure/table/wood,
/obj/effect/turf_decal/siding/blue{
color = "#3234B9";
dir = 8
},
/obj/item/paper_bin/bundlenatural{
pixel_y = 5
},
/obj/machinery/text_adventure_console,
/turf/open/floor/carpet/royalblue,
/area/facility_hallway/manager)
"bS" = (
Expand Down Expand Up @@ -2628,7 +2625,10 @@
color = "#3234B9";
dir = 4
},
/obj/item/clipboard,
/obj/item/clipboard{
pixel_x = -10
},
/obj/item/paper_bin,
/obj/item/pen/fourcolor,
/turf/open/floor/carpet/royalblue,
/area/facility_hallway/manager)
Expand Down

0 comments on commit 4eca1db

Please sign in to comment.