Merge pull request #6502 from TheFurryFeline/patch-17

No More Vines That Shrink Thee
This commit is contained in:
Novacat
2020-01-24 10:34:16 -05:00
committed by GitHub
+6 -2
View File
@@ -452,11 +452,15 @@
var/additional_chems = rand(0,5)
if(additional_chems)
//VOREStation Edit Start TFF 24/1/20 - More chems too the blacklist for prefs reasoning.
var/list/banned_chems = list(
"adminordrazine",
"nutriment"
"nutriment",
"macrocillin",
"microcillin",
"normalcillin"
)
//VOREStation Edit End
for(var/x=1;x<=additional_chems;x++)