Makes vaurca surgery consistent (#20078)

It seems rather silly to have a 15% chance of making the situation worse
when operating on vaurca, when there is no equivalent for humans, etc.

Yes, this is a salt PR after the random chance just killed a Ta by
**deleting her phoron tank.**

I could see an argument for keeping it in since incision management
systems have no failure rate, but I don't see those that often,
especially in low pop. I guess it made the round more interesting but..
This commit is contained in:
AlaunusLux
2024-10-21 12:56:02 -05:00
committed by GitHub
parent 6d39ecdaad
commit bfc8945cb0
2 changed files with 59 additions and 1 deletions
+1 -1
View File
@@ -155,7 +155,7 @@
/singleton/surgery_step/generic/cut_open_vaurca
name = "Cut Open Vaurca"
allowed_tools = list(
/obj/item/surgery/surgicaldrill = 85,
/obj/item/surgery/surgicaldrill = 100,
/obj/item/pickaxe/ = 15
)