Locks buttons by default. (#26346)

This commit is contained in:
Spaghetti-bit
2024-08-01 15:15:48 +00:00
committed by GitHub
parent 4ef7a3eb3d
commit bea2e927da
+1 -1
View File
@@ -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()
. = ..()