Fixes cyborg pdas

This commit is contained in:
Tastyfish
2016-04-08 14:25:31 -04:00
parent 18cdc6ffb1
commit b00a8bf95a
5 changed files with 30 additions and 23 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
/obj/machinery/pdapainter/New()
..()
var/blocked = list(/obj/item/device/pda/pai, /obj/item/device/pda/ai, /obj/item/device/pda/heads,
var/blocked = list(/obj/item/device/pda/silicon/ai, /obj/item/device/pda/silicon/robot, /obj/item/device/pda/silicon/pai, /obj/item/device/pda/heads,
/obj/item/device/pda/clear, /obj/item/device/pda/syndicate)
for(var/P in typesof(/obj/item/device/pda)-blocked)