Advertisement
Guest User

Untitled

a guest
Feb 18th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. /obj/item/device/material_synth/robot/engiborg/New() //We have to do this during New() because BYOND can't pull a typesof() during compile time.
  2. . = ..() //Can I make can_scan inherit from parent mat synths can_scan then exclude clown/phazon?
  3. can_scan = list(/obj/item/stack/sheet/metal,
  4. /obj/item/stack/sheet/glass/,
  5. /obj/item/stack/sheet/wood,
  6. /obj/item/stack/sheet/plasteel,
  7. /obj/item/stack/sheet/mineral) - list(/obj/item/stack/sheet/mineral/clown, /obj/item/stack/sheet/mineral/phazon)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement