Final steel changes

This commit is contained in:
Qwertytoforty
2021-10-09 14:04:02 -04:00
parent 15f383e4f5
commit d30f3f0984
2 changed files with 4 additions and 5 deletions
@@ -175,9 +175,8 @@
modules = list()
if(!malfhacked && R.connected_ai)
for(var/I in R.connected_ai.purchased_modules)
if(istype(src, I))
malfhacked = TRUE
if(type in R.connected_ai.purchased_modules)
malfhacked = TRUE
// By this point these lists should only contain items. It's safe to use typeless loops here.
for(var/item in basic_modules)