Files
vgstation13/code/modules/tgui/states/new_player.dm
ShiftyRail d79c1fe070 Byond 516 v2.0 (#37553)
* The TGS thing

* Revert the 516 revert

* Further segment the world/New() proc

* Fixes an issue here
2025-05-12 00:50:25 -05:00

11 lines
277 B
Plaintext

/**
* tgui state: new_player_state
*
* Checks that the user is a /mob/dead/new_player
*/
var/datum/ui_state/new_player_state/new_player_state = new
/datum/ui_state/new_player_state/can_use_topic(src_object, mob/user)
return isnewplayer(user) ? UI_INTERACTIVE : UI_CLOSE