mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 19:52:40 +00:00
Allows selection of suit sensor settings in VORE tab on Character Setup. Work credited to https://github.com/PolarisSS13/Polaris/pull/4354 Adjustments made as needed to account for outdated code as well as making use of preferences_vr at last.
5 lines
252 B
Plaintext
5 lines
252 B
Plaintext
//TFF 5/8/19 - minor refactoring of this thing from 09_misc.dm to call this for preferences.
|
|
datum/preferences
|
|
var/show_in_directory = 1 //TFF 5/8/19 - show in Character Directory
|
|
var/sensorpref = 5 //TFF 5/8/19 - set character's suit sensor level
|