2022-05-16 23:48:22 +00:00
|
|
|
default hg_ps_get_panties = shaming_class(
|
|
|
|
tier = 2,
|
2022-10-31 20:35:00 +00:00
|
|
|
title = _("Panty Thief"),
|
2022-05-16 23:48:22 +00:00
|
|
|
start_label = "hg_ps_get_panties",
|
|
|
|
complete_label = "hg_ps_get_panties_complete"
|
|
|
|
)
|
|
|
|
|
|
|
|
default hg_ps_cumslut = shaming_class(
|
|
|
|
tier = 4,
|
2022-10-31 20:35:00 +00:00
|
|
|
title = _("Wear My Cum"),
|
2022-05-16 23:48:22 +00:00
|
|
|
start_label = "hg_ps_cumslut",
|
|
|
|
complete_label = "hg_ps_cumslut_complete"
|
|
|
|
)
|
|
|
|
|
|
|
|
default hg_ps_list = [
|
|
|
|
hg_ps_get_panties,
|
|
|
|
hg_ps_cumslut,
|
|
|
|
]
|