More modular computer tweaks.

More Topic() 'return 1' additions.
Requests UI update on id card insert/ejection.
Makes modular computers more responsive.
This commit is contained in:
PsiOmegaDelta
2016-01-24 14:22:42 +01:00
parent d79ce57605
commit e14a2b917d
2 changed files with 12 additions and 10 deletions
@@ -129,7 +129,7 @@
// Calls beginning with "PC_" are reserved for computer handling (by whatever runs the program)
// ALWAYS INCLUDE PARENT CALL ..() OR DIE IN FIRE.
/datum/computer_file/program/Topic(href, href_list)
if(..())
return 1
if(computer)
computer.Topic(href, href_list)
..()
return computer.Topic(href, href_list)