Fuck around and find out

This commit is contained in:
Metis
2024-10-25 22:59:39 -04:00
parent d5637089b5
commit 117e5d8669
5 changed files with 11 additions and 0 deletions
@@ -172,6 +172,8 @@
//GS13 EDIT START
if(client?.prefs?.noncon_weight_gain)
msg += "<span class='purple'><b>Non-con fattening is allowed</b></span>\n"
if(client?.prefs?.trouble_seeker)
msg += "<span class='purple'><b>[t_He] seems to want to be confronted.</b></span>\n"
//GS13 EDIT END
var/trait_exam = common_trait_examine()
@@ -429,6 +429,8 @@
//GS13 EDIT START
if(client?.prefs?.noncon_weight_gain)
. += "\n<span class='purple'><b>Non-con fattening is allowed</b></span>\n"
if(client?.prefs?.trouble_seeker)
. += "<span class='purple'><b>[t_He] seems to want to be confronted.</b></span>\n"
//GS13 EDIT END
var/trait_exam = common_trait_examine()