mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Update 13_soulcatcher.dm
This commit is contained in:
@@ -110,7 +110,7 @@
|
|||||||
printed after an intro ending with: \"Around you, you see...\" to the prey. If you already \
|
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.", \
|
have prey, this will be printed to them after \"Your surroundings change to...\". Limit 2048 char.", \
|
||||||
"VR Environment", html_decode(inside_flavor)) as message
|
"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
|
inside_flavor = new_flavor
|
||||||
nif.notify("Updating VR environment...")
|
nif.notify("Updating VR environment...")
|
||||||
for(var/brain in brainmobs)
|
for(var/brain in brainmobs)
|
||||||
|
|||||||
Reference in New Issue
Block a user