Advertisement
EditorRUS

Metroid beams fix

Sep 26th, 2012
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. /mob/living/carbon/metroid/bullet_act(var/obj/item/projectile/Proj)
  2. attacked += 10
  3. if(!(istype(Proj, /obj/item/projectile)))
  4. ..(Proj)
  5. return 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement