mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 18:02:57 +00:00
Makes stasis beds fine for surgery
This commit is contained in:
@@ -123,6 +123,8 @@
|
||||
|
||||
if(locate(/obj/structure/table/optable, T))
|
||||
propability = 1
|
||||
else if(locate(/obj/machinery/stasis))
|
||||
propability = 0.9
|
||||
else if(locate(/obj/structure/table, T))
|
||||
propability = 0.8
|
||||
else if(locate(/obj/structure/bed, T))
|
||||
|
||||
Reference in New Issue
Block a user