mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
Finish off the old strip menu, add tk checks (#63219)
* Finishes off the old strip menu (also fixes the new one not properly checking against tk) * I'm having second thoughts. Better safe than sorry.
This commit is contained in:
@@ -496,7 +496,7 @@
|
||||
return min(
|
||||
ui_status_only_living(user, owner),
|
||||
ui_status_user_has_free_hands(user, owner),
|
||||
ui_status_user_is_adjacent(user, owner),
|
||||
ui_status_user_is_adjacent(user, owner, allow_tk = FALSE),
|
||||
HAS_TRAIT(user, TRAIT_CAN_STRIP) ? UI_INTERACTIVE : UI_UPDATE,
|
||||
max(
|
||||
ui_status_user_is_conscious_and_lying_down(user),
|
||||
|
||||
Reference in New Issue
Block a user