Skip to content

Commit

Permalink
Update hostile.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
MLGTASTICa committed Apr 3, 2024
1 parent 62fdb9f commit c6375ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/mob/living/simple_animal/hostile/hostile.dm
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,8 @@ var/list/mydirs = list(NORTH, SOUTH, EAST, WEST, SOUTHWEST, NORTHWEST, NORTHEAST
/mob/living/simple_animal/hostile/proc/Shoot(var/target, var/start, var/user, var/bullet = 0)
if(target == start)
return
if(!target)
return

var/obj/item/projectile/A = new projectiletype(user:loc)
playsound(user, projectilesound, 100, 1)
Expand Down

0 comments on commit c6375ef

Please sign in to comment.