Gibbing bots no longer spawn bloody gibs (#80498)

## About The Pull Request

It spawns robot gibs instead. 

## Changelog

🆑 Melbert
fix: Gibbing a bot will no longer spawn bloody gibs.
/🆑
This commit is contained in:
MrMelbert
2023-12-22 20:41:23 +01:00
committed by GitHub
parent 843ce598ea
commit d8fc888957
2 changed files with 6 additions and 0 deletions
@@ -809,3 +809,6 @@ GLOBAL_LIST_INIT(command_strings, list(
/mob/living/basic/bot/proc/after_attacked(datum/source, atom/attacker, attack_flags)
if(attack_flags & ATTACKER_DAMAGING_ATTACK)
do_sparks(number = 5, cardinal_only = TRUE, source = src)
/mob/living/basic/bot/spawn_gibs(drop_bitflags = NONE)
new /obj/effect/gibspawner/robot(drop_location(), src)