Merge pull request #15735 from Putnam3145/fix-stasis-bed-surgery

Makes stasis beds fine for surgery
This commit is contained in:
silicons
2022-07-31 16:35:11 -07:00
committed by GitHub
+2
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))