mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
QDEL'd actions no longer get readded to the HUD (#17317)
* Atomization * sadf --------- Co-authored-by: FluffyGhost <FluffyGhost>
This commit is contained in:
co-authored by
FluffyGhost <FluffyGhost>
parent
b0514ad186
commit
4528b289f3
@@ -393,6 +393,9 @@
|
||||
|
||||
var/button_number = 0
|
||||
for(var/datum/action/A in actions)
|
||||
if(QDELETED(A))
|
||||
continue
|
||||
|
||||
button_number++
|
||||
if(A.button == null)
|
||||
var/obj/screen/movable/action_button/N = new(hud_used)
|
||||
|
||||
Reference in New Issue
Block a user