Infraupgrade (#7670)

This commit is contained in:
Cadyn
2024-02-15 02:22:50 -08:00
committed by GitHub
parent 1453d218c3
commit c79ad55ba8
60 changed files with 1680 additions and 578 deletions

View File

@@ -706,7 +706,7 @@
//admin logs
if(!no_attack_log)
if(istype(firer, /mob) && istype(target_mob))
add_attack_logs(firer,target_mob,"Shot with \a [src.type] projectile",use_async=FALSE) //CHOMPEdit
add_attack_logs(firer,target_mob,"Shot with \a [src.type] projectile") //CHOMPEdit
//sometimes bullet_act() will want the projectile to continue flying
if (result == PROJECTILE_CONTINUE)