[MIRROR] More Remote View Fixes (#11886)

Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-10-29 20:04:13 -07:00
committed by GitHub
parent 680c4d1396
commit 95839714c7
17 changed files with 147 additions and 75 deletions

View File

@@ -93,11 +93,11 @@
user.ooc_notes = target_ooc_notes
user.ooc_notes_likes = target_likes
user.ooc_notes_dislikes = target_dislikes
user.sleeping = 10 //Device knocks out both the user and the target.
user.SetSleeping(10) //Device knocks out both the user and the target.
user.eye_blurry = 30 //Blurry vision while they both get used to their new body's vision
user.slurring = 50 //And let's also have them slurring while they attempt to get used to using their new body.
if(ishuman(M)) //Let's not have the AI slurring, even though its downright hilarious.
M.sleeping = 10
M.SetSleeping(10)
M.eye_blurry = 30
M.slurring = 50