1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-14 10:13:13 +02:00
Commit Graph

10 Commits

Author SHA1 Message Date
James Gillham
ac78f22277 Refactor corpse features:
- Turn dump_offline_inventories on by default.
- Reduce corpse_util to storing and removing corpse tags.
- Add death_corpse_tags which handles adding tags for dead players. This prevents dump_offline_inventories from needing a dependency on what is now death_corpse_tags.
- If a player dies with no items, don't create a map tag and remove the corpse.
- Changed the message slightly for dump_offline_inventories to make it consistent with the other corpse messages.
2021-03-08 21:09:31 +00:00
James Gillham
8b429eed8c Add check that player is offline before dumping inventory.
I accidentally removed the check when testing and forgot to put it back in :(
2021-03-04 22:20:29 +00:00
Jayefuu
e2f164cadc Added feedback message. 2021-03-04 08:23:14 +00:00
James Gillham
02e2b59103 dump_offline_inventories fixes. 2021-03-03 20:13:25 +00:00
Jayefuu
e9d197999c Update dump_offline_inventories.lua 2021-03-03 19:09:30 +00:00
Jayefuu
a4d9707f42 WIP 2021-03-03 18:52:30 +00:00
Jayefuu
c0da8fbdc7 Removed some debug messages 2021-03-02 21:09:19 +00:00
Jayefuu
031c62f27b Fixed LUA checks 2021-03-02 21:01:39 +00:00
Jayefuu
be9d32411f oops 2021-03-02 20:47:04 +00:00
Jayefuu
27ba6e412f Dump player inventories (not armor and weapons) after 15 mins 2021-03-02 20:46:42 +00:00