1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-01-27 04:53:35 +00:00

ru:: removed some junk

This commit is contained in:
Zeno Rogue
2025-12-06 21:57:24 +01:00
parent 3e49c6115e
commit 6e3c822480

View File

@@ -166,9 +166,7 @@ void load_room(fhstream& f, cell *c) {
b->qty = param == "" ? 1 : get_int();
b->p = &find_power(scanline_noblank(f));
b->name = b->pickup_message = scanline_noblank(f);
b->existing = false;
r.entities.emplace_back(std::move(b));
println(hlog, "loot pushed");
}
else if(cap == "SHOPITEM") {
auto b = std::make_unique<shopitem>();