mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-31 07:57:47 +01:00
Round Rejoining (#30342)
* very simple functionality test * formatting fix * adapt 220 code, add logging, adjust config * fixes * appeases review overlords * fixes * 25 min respawn delay, warning is more noticable * 10 minute respawn delay, cant respawn during wiz or nukies * more logging + logging fix * species logging, revert accidental config change * antag logging + formatting * pleases review overlords again * linters * uses CSS for warning Co-authored-by: warriorstar-orion <orion@snowfrost.garden> Signed-off-by: Ahzpy <88119260+Ahzpy@users.noreply.github.com> * deconflicts paradise.dme? * fixes runtime with destroyed bodies * you cant respawn for ragin mages silly * adds respawn button to ghost hud * standardize new ghost button coloring * remove you are not an admin message * muscle memory fixer * update hud locations --------- Signed-off-by: Ahzpy <88119260+Ahzpy@users.noreply.github.com> Co-authored-by: warriorstar-orion <orion@snowfrost.garden>
This commit is contained in:
co-authored by
warriorstar-orion
parent
ae9e36a155
commit
d2b092dad5
@@ -144,12 +144,13 @@
|
||||
#define UI_BOT_PULL "EAST-2:26,SOUTH:7"
|
||||
|
||||
//Ghosts
|
||||
#define UI_GHOST_ORBIT "SOUTH:6,CENTER-1.5"
|
||||
#define UI_GHOST_REENTER_CORPSE "SOUTH:6,CENTER-.5"
|
||||
#define UI_GHOST_TELEPORT "SOUTH:6,CENTER+.5"
|
||||
#define UI_GHOST_RESPAWN_LIST "SOUTH:6,CENTER+1.5"
|
||||
#define UI_GHOST_RESPAWN_MOB "SOUTH:6+1,CENTER+1.5"
|
||||
#define UI_GHOST_RESPAWN_PAI "SOUTH:6+2,CENTER+1.5"
|
||||
#define UI_GHOST_ORBIT "SOUTH:6,CENTER-2"
|
||||
#define UI_GHOST_REENTER_CORPSE "SOUTH:6,CENTER-1"
|
||||
#define UI_GHOST_TELEPORT "SOUTH:6,CENTER"
|
||||
#define UI_GHOST_RESPAWN_LIST "SOUTH:6,CENTER+1"
|
||||
#define UI_GHOST_RESPAWN_MOB "SOUTH:6+1,CENTER+1"
|
||||
#define UI_GHOST_RESPAWN_PAI "SOUTH:6+2,CENTER+1"
|
||||
#define UI_GHOST_RESPAWN_CHAR "SOUTH:6,CENTER+2"
|
||||
|
||||
//HUD styles. Please ensure HUD_VERSIONS is the same as the maximum index. Index order defines how they are cycled in F12.
|
||||
#define HUD_STYLE_STANDARD 1
|
||||
|
||||
Reference in New Issue
Block a user