19 lines
407 B
Plaintext
19 lines
407 B
Plaintext
|
default hg_ps_get_panties = shaming_class(
|
||
|
tier = 2,
|
||
|
title = "Panty Thief",
|
||
|
start_label = "hg_ps_get_panties",
|
||
|
complete_label = "hg_ps_get_panties_complete"
|
||
|
)
|
||
|
|
||
|
default hg_ps_cumslut = shaming_class(
|
||
|
tier = 4,
|
||
|
title = "Wear My Cum",
|
||
|
start_label = "hg_ps_cumslut",
|
||
|
complete_label = "hg_ps_cumslut_complete"
|
||
|
)
|
||
|
|
||
|
default hg_ps_list = [
|
||
|
hg_ps_get_panties,
|
||
|
hg_ps_cumslut,
|
||
|
]
|