Makes stasis beds fine for surgery

This commit is contained in:
Putnam3145
2022-07-30 01:22:58 -07:00
parent a4f1328e56
commit c8e13e2f0b

View File

@@ -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))