mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 15:38:02 +01:00
Fixes VR_sleeper typo
This commit is contained in:
@@ -88,9 +88,9 @@
|
||||
|
||||
|
||||
|
||||
/obj/machinery/sleeper/relaymove(var/mob/user)
|
||||
/obj/machinery/vr_sleeper/relaymove(var/mob/user)
|
||||
..()
|
||||
if(usr.incapacitated())
|
||||
if(user.incapacitated())
|
||||
return
|
||||
go_out()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user