Fixes projectiles ignoring their specified target zone

This commit is contained in:
HarpyEagle
2015-07-14 14:20:53 -04:00
parent e6481d4a2c
commit be34a7cfc7

View File

@@ -95,7 +95,7 @@
return 1
firer = user
def_zone = user.zone_sel.selecting
def_zone = target_zone
if(user == target) //Shooting yourself
user.bullet_act(src, target_zone)