The multitool now properly releases its buffer reference when the buffer is destroyed.

This commit is contained in:
PsiOmegaDelta
2015-11-23 09:39:38 +01:00
parent 50fb4a8de7
commit e9d8e89725
4 changed files with 17 additions and 6 deletions
@@ -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>"