mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-24 05:39:04 +01:00
the interactions (#20)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user