Various pAI Fixes (#18222)

* Change various PAI abilities from proc to verb, init their verbs on creation

* Provide exit button on notFound and missingExport page

* Prevent programs with no ID from populating. Will still show in services. Things like pAI Flashlight

* allows pAIs to use PDAs they are inserted into

* prevent RTE for admin created pAIs

* adds error message when trying to download incompatible software

* fixes not being able to open pAI computer UIs if the client is closed with the UIs open

* changelog

* test fix?

* Revert "Provide exit button on notFound and missingExport page"

This reverts commit 77168da050.

* changelog change

* to_chat

* don't code 30s after waking up
This commit is contained in:
AlaunusLux
2024-01-19 11:33:21 +00:00
committed by GitHub
parent 7007c46389
commit 8336549284
13 changed files with 83 additions and 24 deletions
@@ -106,6 +106,7 @@
return TRUE
if(!PRG.is_supported_by_hardware(computer.hardware_flag))
to_chat(user, SPAN_WARNING("Hardware Error - Incompatible software."))
return FALSE
if(PRG.available_on_ntnet)