mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 07:27:57 +01:00
Final steel changes
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user