mirror of
https://github.com/Yawn-Wider/YWPolarisVore.git
synced 2026-07-19 20:14:24 +01:00
/tg/ pref datums (part 1) (#16219)
* TG Prefs (Step 1: JSON savefiles) * TG Prefs (Step 2: Preference Datum Code) * TG Prefs (Step 3: Convert /datum/client_preferences) * TG Prefs (Step 4: Clean up and finishing touches) * Fix some weird compile errors from the rebase
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
// Anti message spam checks
|
||||
// If multiple limbs are injured, cooldown is ignored to print all injuries until all limbs are iterated over
|
||||
if(src.is_preference_enabled(/datum/client_preference/pain_frequency))
|
||||
if(client?.prefs?.read_preference(/datum/preference/toggle/pain_frequency))
|
||||
switch(power)
|
||||
if(0 to 5)
|
||||
force = 0
|
||||
|
||||
Reference in New Issue
Block a user