Fixes nuclear and KA guns in IC

This commit is contained in:
SmArtKar
2021-01-30 12:13:06 +03:00
parent 512124100e
commit 98e75f4f29

View File

@@ -137,6 +137,10 @@
//Shooting Code:
A.preparePixelProjectile(target, src)
A.fire()
if(ismob(loc.loc))
installed_gun.shoot_live_shot(loc.loc)
else
installed_gun.shoot_live_shot() //Shitcode, but we don't have much of a choice
log_attack("[assembly] [REF(assembly)] has fired [installed_gun].")
return A