mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Saner failure mode for infestation events (#17853)
* Better failure behavior for infestation events * Accounted for previous behavior regarding dense mobs
This commit is contained in:
@@ -3564,6 +3564,7 @@
|
||||
"incinerator" = LOC_INCIN,
|
||||
"chapel" = LOC_CHAPEL,
|
||||
"library" = LOC_LIBRARY,
|
||||
"hydroponics" = LOC_HYDRO,
|
||||
"vault" = LOC_VAULT,
|
||||
"technical storage" = LOC_TECH,
|
||||
)
|
||||
@@ -4797,4 +4798,4 @@
|
||||
text +="</ul>"
|
||||
text += "<A HREF='?src=\ref[src];religions=global_subtle_pm&rel=\ref[R]'>Subtle PM all believers</a> <br/>"
|
||||
text += "<A HREF='?src=\ref[src];religions=new'>Bus in a new religion</a> <br/>"
|
||||
usr << browse(jointext(text, ""), "window=admin2;size=300x370")
|
||||
usr << browse(jointext(text, ""), "window=admin2;size=300x370")
|
||||
|
||||
Reference in New Issue
Block a user