mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user