mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-19 20:06:28 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user