mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-10 06:34:45 +01:00
Fixes a bug with the flash C4
This commit is contained in:
@@ -194,8 +194,11 @@
|
||||
|
||||
/obj/item/weapon/grenade/plastic/c4/flash/prime()
|
||||
var/turf/T
|
||||
|
||||
if(target && target.density)
|
||||
T = get_step(get_turf(src), aim_dir)
|
||||
T = get_step(get_turf(target), aim_dir)
|
||||
else if(target)
|
||||
T = get_turf(target)
|
||||
else
|
||||
T = get_turf(src)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user