mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 11:38:12 +01:00
Merge pull request #6351 from Heroman3003/fixthe3
Fixes 3 appearing to blind people when surgery table is used
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
if(C == user)
|
||||
user.visible_message("[user] climbs on \the [src].","You climb on \the [src].")
|
||||
else
|
||||
visible_message("<span class='notice'>\The [C] has been laid on \the [src] by [user].</span>", 3)
|
||||
visible_message("<span class='notice'>\The [C] has been laid on \the [src] by [user].</span>")
|
||||
if(C.client)
|
||||
C.client.perspective = EYE_PERSPECTIVE
|
||||
C.client.eye = src
|
||||
|
||||
Reference in New Issue
Block a user