mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fixed exp fix mistake and fixed lava, campfire, and bomb damage.
This commit is contained in:
@ -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,
|
||||
},
|
||||
|
Reference in New Issue
Block a user