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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user