WTS/game/scripts/characters/hermione/shaming.rpy
LoafyLemon 5c952fe7da Translation support - Part 1
* Added language switch option (WIP)
* Fixed translation generation cache cleanup
* Fixed python strings being untranslatable (partially)
2022-10-31 20:35:00 +00:00

19 lines
413 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,
]