mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +01:00
The multitool now properly releases its buffer reference when the buffer is destroyed.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/datum/expansion/multitool/circuitboards/stationalert/get_interact_window(var/obj/item/device/multitool/M, var/mob/user)
|
||||
var/obj/item/weapon/circuitboard/stationalert/SA = holder
|
||||
. += "<b>Alarm Sources<b><br>"
|
||||
. += "<b>Alarm Sources</b><br>"
|
||||
. += "<table>"
|
||||
for(var/datum/alarm_handler/AH in alarm_manager.all_handlers)
|
||||
. += "<tr>"
|
||||
|
||||
Reference in New Issue
Block a user