gastamper / groundzero2

A fork of the GroundZero2 codebase with bug fixes, standardization, and sanity-related changes.
8 stars 7 forks source link

do_boot should not randomly teleport victim #1

Closed gastamper closed 7 years ago

gastamper commented 7 years ago

do_boot performs the following when a victim is booted from a team: do_goto(victim, "random 0"); This is unintuitive, and we shouldn't be randomly moving people without good reason, and certainly not based upon another player's whim. We should first decide if players need to be moved at all, if so under what circumstances, and rewrite this section of code to accommodate.

gastamper commented 7 years ago

Actually this is not an issue; boot is used to kick traitors so random location is suitable since they'll have no HQ.