Skip to content

Commit

Permalink
Compile/CI fixes for Crux.
Browse files Browse the repository at this point in the history
  • Loading branch information
MistakeNot4892 committed Jan 6, 2024
1 parent c61054e commit 7a823b6
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
1 change: 1 addition & 0 deletions code/_onclick/hud/screen/screen_holomap.dm
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/obj/screen/holomap_level_select
icon = 'icons/misc/mark.dmi'
layer = HUD_ITEM_LAYER
requires_owner = FALSE
var/active = TRUE
var/datum/station_holomap/holomap

Expand Down
1 change: 0 additions & 1 deletion code/game/objects/structures/crates_lockers/crates.dm
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@
/obj/structure/closet/crate/hydroponics/exotic/WillContain()
return list(
/obj/item/seeds/random = 6,
/obj/item/seeds/diona = 2,
/obj/item/seeds/ambrosiavulgarisseed = 2,
/obj/item/seeds/kudzuseed,
/obj/item/seeds/libertymycelium,
Expand Down
3 changes: 2 additions & 1 deletion maps/away/bearcat/bearcat-2.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -1997,7 +1997,8 @@
/area/ship/scrap/crew/medbay)
"eg" = (
/obj/structure/iv_drip,
/obj/structure/closet/medical_wall/pills{
/obj/structure/closet/secure_closet/medical_wall/pills{
req_access = null;
pixel_x = 26
},
/turf/simulated/floor/tiled/white,
Expand Down
5 changes: 3 additions & 2 deletions maps/tradeship/tradeship-2.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -6416,8 +6416,9 @@
"Im" = (
/obj/structure/table,
/obj/item/chems/food/monkeycube/wrapped,
/obj/structure/closet/medical_wall/pills{
pixel_y = -29
/obj/structure/closet/secure_closet/medical_wall/pills{
pixel_y = -29;
req_access = null
},
/turf/simulated/floor/tiled/white,
/area/ship/trade/crew/medbay)
Expand Down
4 changes: 4 additions & 0 deletions mods/mobs/dionaea/datums/seed.dm
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@
/decl/hierarchy/supply_pack/hydroponics/exoticseeds/Initialize()
contains[/obj/item/seeds/diona] = 2
. = ..()

/obj/structure/closet/crate/hydroponics/exotic/WillContain()
. = ..()
.[/obj/item/seeds/diona] = 2

0 comments on commit 7a823b6

Please sign in to comment.