mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 08:03:43 +01:00
Fixes beanbag point blanks not throwing mobs (#26299)
This commit is contained in:
@@ -43,6 +43,7 @@
|
||||
BB.ammo_casing = src
|
||||
|
||||
if(target && get_dist(user, target) <= 1) //Point blank shot must always hit
|
||||
BB.starting = curloc
|
||||
BB.prehit(target)
|
||||
target.bullet_act(BB, BB.def_zone)
|
||||
QDEL_NULL(BB)
|
||||
|
||||
Reference in New Issue
Block a user