mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 21:19:00 +01:00
Fixes basic mobs being lit ablaze invisibly (#31801)
* Fixes basic mobs being lit ablaze invisibly * Snowflakes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user