Add changerespawncolour() script command

This command simply changes the color that the player respawns with upon
death. The respawn color also persists through custom save files.

Closes #830.
This commit is contained in:
Misa
2021-09-06 16:09:18 -07:00
parent 33c5b8b7c0
commit 8e61a04937
4 changed files with 17 additions and 1 deletions

View File

@@ -833,7 +833,7 @@ void mapclass::resetplayer(const bool player_died)
obj.entities[i].newyp = obj.entities[i].yp;
obj.entities[i].dir = game.savedir;
obj.entities[i].colour = 0;
obj.entities[i].colour = game.respawncolour;
if (player_died)
{
game.lifeseq = 10;