mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 13:39:16 +01:00
More steppy sounds + 'ignore shoes' pref (#19092)
* initial commit * swap to better mech step sounds * switch to tgprefs * move that over, --------- Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Cameron Lennox
parent
4055b8d042
commit
23e34de16e
@@ -0,0 +1,9 @@
|
||||
/datum/preference/toggle/human/ignore_shoes
|
||||
category = PREFERENCE_CATEGORY_NON_CONTEXTUAL
|
||||
savefile_key = "ignore_shoes"
|
||||
default_value = FALSE
|
||||
savefile_identifier = PREFERENCE_CHARACTER
|
||||
can_randomize = FALSE
|
||||
|
||||
/datum/preference/toggle/human/ignore_shoes/apply_to_human(mob/living/carbon/human/target, value)
|
||||
return
|
||||
Reference in New Issue
Block a user