mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 15:37:36 +01:00
Locks buttons by default. (#26346)
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
/// Whether or not this should be shown to observers
|
||||
var/shown_to_observers = FALSE
|
||||
/// Whether or not this button is locked, preventing it from being dragged.
|
||||
var/locked = FALSE
|
||||
var/locked = TRUE
|
||||
|
||||
/atom/movable/screen/movable/action_button/Destroy()
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user