Skip to content

Commit

Permalink
ai malf radio fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PhantornRU committed Nov 23, 2023
1 parent 1ed85dd commit 17461aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions modular_ss220/silicons/_silicons.dme
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
#include "code/robot_items.dm"
#include "code/robot_modules.dm"
#include "code/robot_upgrades.dm"
#include "code/ai.dm"
5 changes: 5 additions & 0 deletions modular_ss220/silicons/code/ai.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// malf radio fix
/mob/living/silicon/ai/set_syndie_radio()
if(aiRadio)
aiRadio.ks1type = new /obj/item/encryptionkey/syndicate
aiRadio.recalculateChannels()

0 comments on commit 17461aa

Please sign in to comment.