Remove some chatslang from missions
Note: loc("...") does not violate the string freeze, this string has already been collected
[package]
name = "lib-hedgewars-engine"
version = "0.1.0"
authors = ["Andrey Korotaev <a.korotaev@hedgewars.org>"]
edition = "2018"
[dependencies]
gfx = "0.17"
gfx_device_gl = "0.15"
land2d = { path = "../land2d" }
lfprng = { path = "../lfprng" }
integral-geometry = { path = "../integral-geometry" }
landgen = { path = "../landgen" }
[lib]
name = "hedgewars_engine"
crate-type = ["dylib"]