This is one serious Pepe Silvia complex.

This commit is contained in:
Ghommie
2019-12-14 22:52:40 +01:00
parent e5d45faee8
commit 081d3df750
4 changed files with 37 additions and 27 deletions
+1 -1
View File
@@ -74,7 +74,7 @@
return ..()
/obj/machinery/vr_sleeper/MouseDrop_T(mob/target, mob/user)
if(user.lying || !iscarbon(target) || !Adjacent(target) || user.canUseTopic(src, BE_CLOSE, TRUE, NO_TK))
if(user.lying || !iscarbon(target) || !Adjacent(target) || !user.canUseTopic(src, BE_CLOSE, TRUE, NO_TK))
return
close_machine(target)