Skip to content

Commit

Permalink
bugfix: fixed reset software pai runtime (#4035)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladisvell authored Dec 10, 2023
1 parent a5e6d6c commit 7b58a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/silicon/pai/pai.dm
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
reset_software()

/mob/living/silicon/pai/proc/reset_software(var/extra_memory = 0)
QDEL_LIST(installed_software)
QDEL_LIST_ASSOC_VAL(installed_software)

// Software modules. No these var names have nothing to do with photoshop
for(var/PS in subtypesof(/datum/pai_software))
Expand Down

0 comments on commit 7b58a3a

Please sign in to comment.