mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 19:44:58 +01:00
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:
@@ -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.")
|
||||
|
||||
Reference in New Issue
Block a user