diff options
| author | troido <troido@protonmail.com> | 2020-04-12 22:27:33 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-04-12 22:27:33 +0200 |
| commit | 883e56e07a48dc0d4916614abc33e40dde1d1d66 (patch) | |
| tree | e66ec69204b61a8df62f515c5f4857232aafe396 /src/componentwrapper.rs | |
| parent | ba09108692a694dd832f38ef6ea447135f418b73 (diff) | |
removed mortal component
Diffstat (limited to 'src/componentwrapper.rs')
| -rw-r--r-- | src/componentwrapper.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/componentwrapper.rs b/src/componentwrapper.rs index 4b9401a..2d3c102 100644 --- a/src/componentwrapper.rs +++ b/src/componentwrapper.rs @@ -164,7 +164,6 @@ components!( Volatile (delay: Int) {Volatile{delay, end_time: None}}; Autofight () {Autofight::default()}; MonsterAI (move_chance: Float, homesickness: Float, view_distance: Int); - Mortal; Spawner (amount: Int, delay: Int, clan: String, template: Template, initial_spawn: Bool) { Spawner{ amount: amount as usize, |
