Fixes basic mobs being lit ablaze invisibly (#31801)

* Fixes basic mobs being lit ablaze invisibly

* Snowflakes
This commit is contained in:
PollardTheDragon
2026-04-09 20:52:29 +00:00
committed by GitHub
parent cff45b319f
commit 8aeceae7dc
9 changed files with 10 additions and 8 deletions
@@ -42,7 +42,7 @@
minimum_survivable_temperature = 0
gold_core_spawnable = FRIENDLY_SPAWN
basic_mob_flags = DEL_ON_DEATH
initial_traits = list(TRAIT_FLYING)
initial_traits = list(TRAIT_FLYING, TRAIT_NOFIRE)
ai_controller = /datum/ai_controller/basic_controller/bee
/// the reagent the bee has
var/datum/reagent/beegent = null