reflector blobs

This commit is contained in:
Ty-Omaha
2018-11-23 11:19:55 -05:00
parent 32a259a1e9
commit cb8bc0f34d
3 changed files with 10 additions and 4 deletions
+5 -1
View File
@@ -304,6 +304,10 @@ obj/item/projectile/Crossed(atom/movable/AM) //A mob moving on a tile with a pro
return FALSE
/obj/item/projectile/proc/check_ricochet_flag(atom/A)
if(A.flags_1 & CHECK_RICOCHET_1)
if(A.flags_2 & CHECK_RICOCHET_1)
return TRUE
return FALSE
/obj/item/projectile/proc/setAngle(new_angle) //wrapper for overrides.
Angle = new_angle
return TRUE