mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +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
@@ -486,7 +486,7 @@
|
||||
else
|
||||
to_chat(occupant, span_warning("You feel a small pain in your head as you're given a new backup implant. Oh, and a new body. It's disorienting, to say the least."))
|
||||
|
||||
occupant.confused = max(occupant.confused, confuse_amount)
|
||||
occupant.SetConfused(max(occupant.confused, confuse_amount)) // Apply immedeate effects
|
||||
occupant.eye_blurry = max(occupant.eye_blurry, blur_amount)
|
||||
|
||||
// Vore deaths get a fake modifier labeled as such
|
||||
|
||||
Reference in New Issue
Block a user