Makes stasis beds fine for surgery
This commit is contained in:
@@ -123,6 +123,8 @@
|
|||||||
|
|
||||||
if(locate(/obj/structure/table/optable, T))
|
if(locate(/obj/structure/table/optable, T))
|
||||||
propability = 1
|
propability = 1
|
||||||
|
else if(locate(/obj/machinery/stasis))
|
||||||
|
propability = 0.9
|
||||||
else if(locate(/obj/structure/table, T))
|
else if(locate(/obj/structure/table, T))
|
||||||
propability = 0.8
|
propability = 0.8
|
||||||
else if(locate(/obj/structure/bed, T))
|
else if(locate(/obj/structure/bed, T))
|
||||||
|
|||||||
Reference in New Issue
Block a user