the interactions (#20)

This commit is contained in:
Enric Gabriel
2020-07-04 17:04:58 -03:00
committed by GitHub
parent f61bd354d9
commit ad48e8a05c
84 changed files with 3537 additions and 7 deletions
@@ -151,6 +151,12 @@
var/list/msg = list()
if(client && client.prefs) // Skyrat Change
if(client.prefs.toggles & VERB_CONSENT) // Skyrat Change
. += "[t_His] player has allowed lewd verbs.\n" // Skyrat Change
else // Skyrat Change
. += "[t_His] player has not allowed lewd verbs.\n" // Skyrat Change
var/list/missing = list(BODY_ZONE_HEAD, BODY_ZONE_CHEST, BODY_ZONE_L_ARM, BODY_ZONE_R_ARM, BODY_ZONE_L_LEG, BODY_ZONE_R_LEG)
var/list/disabled = list()
for(var/X in bodyparts)