Submissions from 2023-03-02 to 2023-03-03 (1 total)

an interesting design decision i stumbled into today was how an mmo decides to favor a player that disconnects in the middle of play. should rewards be earned the moment that the player gets them, or checked at the end of a level before officially set in their inventory? the holdover period seemed important to me for item validation... but maybe items should just be retroactively removed from inventories if foul play is suspected? hm. and so, i've been rewriting some important parts related to item ownership.