mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 12:08:55 +01:00
Merge branch 'master' of https://github.com/tgstation/tgstation into xpokee-test-upstream-sync
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.7 KiB |
@@ -25,7 +25,6 @@
|
||||
var/handcuffs = allocate(/obj/item/restraints/handcuffs, user)
|
||||
user.forceMove(target.loc)
|
||||
user.set_handcuffed(handcuffs)
|
||||
user.update_handcuffed()
|
||||
TEST_ASSERT_EQUAL(strip_menu.ui_status(user, ui_state), UI_UPDATE, "Being within range but cuffed was not update-only.")
|
||||
user.set_handcuffed(null)
|
||||
qdel(handcuffs)
|
||||
|
||||
Reference in New Issue
Block a user