Skip to content

Commit

Permalink
Fixes supply console icon
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Nov 5, 2023
1 parent aa3f7bc commit 9974572
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 4 additions & 0 deletions code/game/supplyshuttle.dm
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,10 @@ var/datum/controller/supply/supply_controller = new()
current_squad = get_squad_by_name("Echo") //Hardwired into Echo
. = ..()

/obj/structure/machinery/computer/supply_drop_console/limited/alternate
icon = 'icons/obj/structures/props/almayer_props.dmi'
icon_state = "sensor_comp2"

/*
/obj/effect/marker/supplymarker
icon_state = "X"
Expand Down
6 changes: 1 addition & 5 deletions maps/map_files/golden_arrow/golden_arrow.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -2441,11 +2441,7 @@
icon_state = "E";
pixel_x = 1
},
/obj/structure/machinery/computer/supply_drop_console/limited{
icon = 'icons/obj/structures/props/almayer_props.dmi';
icon_state = "sensor_comp2";
layer = 4
},
/obj/structure/machinery/computer/supply_drop_console/limited/alternate,
/turf/open/floor/almayer{
icon_state = "plate"
},
Expand Down

0 comments on commit 9974572

Please sign in to comment.