Hopefully finally fixing CI + Config updates (#10182)

* Updated the jobs.txt file for parity with the server box

* Fixing strip_menu_ui_status

* Actually disables SSDecay by default
This commit is contained in:
GoldenAlpharex
2021-12-21 16:31:20 -05:00
committed by GitHub
parent 130fca36f8
commit fa1e2b1a0f
3 changed files with 50 additions and 40 deletions
+2
View File
@@ -8,6 +8,8 @@
var/datum/strip_menu/strip_menu = allocate(/datum/strip_menu, target, strippable)
run_loc_floor_bottom_left.luminosity = 6 // SKYRAT EDIT - Making this unit test pass by lighting a turf up.
var/ui_state = strip_menu.ui_state(user)
TEST_ASSERT_EQUAL(strip_menu.ui_status(user, ui_state), UI_INTERACTIVE, "Perfect conditions were not interactive.")