1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-17 11:42:07 +00:00

ru:: comments in room entity lists

This commit is contained in:
Zeno Rogue
2026-04-16 12:40:32 +02:00
parent b0bfebc464
commit 0f405d0995
+1
View File
@@ -202,6 +202,7 @@ void load_room(fhstream& f, cell *c) {
b->id = unspace(b->pickup_message = scanline_noblank(f));
r.entities.emplace_back(std::move(b));
}
else if(cap == "#") continue;
else if(cap == "LOOT") {
auto b = std::make_unique<loot>();
b->owner = &*r.entities.back();