Update 13_soulcatcher.dm

This commit is contained in:
Cameron653
2017-12-29 12:26:54 -05:00
committed by GitHub
parent 7d16c2e8cd
commit 40cffda09e

View File

@@ -110,7 +110,7 @@
printed after an intro ending with: \"Around you, you see...\" to the prey. If you already \
have prey, this will be printed to them after \"Your surroundings change to...\". Limit 2048 char.", \
"VR Environment", html_decode(inside_flavor)) as message
new_flavor = sanitize(new_flavor)
new_flavor = sanitize(new_flavor, MAX_MESSAGE_LEN*2)
inside_flavor = new_flavor
nif.notify("Updating VR environment...")
for(var/brain in brainmobs)