Breast Fluid Berry Juice fix

Fixed being unbable to change one's breast fluid after selecting berry juice
This commit is contained in:
Alphas00
2024-06-12 07:39:29 +02:00
parent 6217174083
commit 2bf7e5f2f6

View File

@@ -947,7 +947,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
if(/datum/reagent/consumable/nutriment)
dat += "<a style='display:block;width:50px' href='?_src_=prefs;preference=breasts_fluid;task=input'>Nutriment</a>"
if(/datum/reagent/blueberry_juice)
dat += "<a style='display:block;width:50px' href='?_src_=prefs;preference=balls_fluid;task=input'>Berry Juice</a>"
dat += "<a style='display:block;width:50px' href='?_src_=prefs;preference=breasts_fluid;task=input'>Berry Juice</a>"
else
dat += "<a style='display:block;width:50px' href='?_src_=prefs;preference=breasts_fluid;task=input'>Nothing?</a>"
//This else is a safeguard for errors, and if it happened, they wouldn't be able to change this pref,