mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-23 21:27:01 +01:00
[MIRROR] Default spawnpoint (#12513)
Co-authored-by: TheGreatKitsune <88862343+TheGreatKitsune@users.noreply.github.com>
This commit is contained in:
co-authored by
TheGreatKitsune
parent
2c35145493
commit
2c7d0ab610
@@ -173,6 +173,10 @@
|
||||
/datum/preference/choiced/living/spawnpoint/apply_to_living(mob/living/target, value)
|
||||
return // handled in job_controller
|
||||
|
||||
/datum/preference/choiced/living/spawnpoint/create_default_value()
|
||||
var/datum/spawnpoint/default_spawnpoint = DEFAULT_LATEJOIN_LOCATION
|
||||
return default_spawnpoint::display_name
|
||||
|
||||
/datum/preference/text/living/private_notes
|
||||
category = PREFERENCE_CATEGORY_MANUALLY_RENDERED
|
||||
savefile_identifier = PREFERENCE_CHARACTER
|
||||
|
||||
Reference in New Issue
Block a user