mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
[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:
committed by
GitHub
parent
680c4d1396
commit
95839714c7
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user