Fixed exp fix mistake and fixed lava, campfire, and bomb damage.

This commit is contained in:
Sam
2021-09-15 08:20:55 -04:00
parent 0dfddb21b1
commit 99981338bb
5 changed files with 8 additions and 8 deletions

View File

@ -1317,7 +1317,7 @@ fn handle_spawn_campfire(
Aura::new(
AuraKind::Buff {
kind: BuffKind::Burning,
data: BuffData::new(20.0, Some(Duration::from_secs(10))),
data: BuffData::new(2.0, Some(Duration::from_secs(10))),
category: BuffCategory::Natural,
source: BuffSource::World,
},