luciensadi / AwakeMUD

The Community Edition fork of the 'Awakened Worlds' Shadowrun 3 MUD codebase.
Other
55 stars 30 forks source link

Fix persona program storage space usage #741

Closed jdevnull closed 2 months ago

jdevnull commented 2 months ago

In auto_repair_obj, persona programs in store-bought decks were being added to GET_CYBERDECK_USED_STORAGE. Only utility programs and files that can be uploaded/downloaded should use storage memory (SR3 pg 207). This PR fixes this for store-bought decks (in custom decks, persona programs are handled as hardware, not software).

This check already exists for loading/unloading persona programs from store-bought decks.

luciensadi commented 2 months ago

Thanks for the PR!