particle effect on items/traps

This commit is contained in:
Llywelwyn 2023-08-21 20:20:46 +01:00
parent 397aa07d60
commit f325d39f4c
7 changed files with 144 additions and 7 deletions

View file

@ -103,6 +103,8 @@ pub fn save_game(ecs: &mut World) {
Renderable,
SingleActivation,
Skills,
SpawnParticleBurst,
SpawnParticleLine,
TakingTurn,
Telepath,
Viewshed,
@ -222,6 +224,8 @@ pub fn load_game(ecs: &mut World) {
Renderable,
SingleActivation,
Skills,
SpawnParticleBurst,
SpawnParticleLine,
TakingTurn,
Telepath,
Viewshed,