No More Vines That Shrink Thee

Changelog Notes: 

- Blacklist Macro/micro/normal cillins from list of spawnable chems in vines that can get injected into your body. This is purely for pref reasons if you don't actually like having your size changed.
This commit is contained in:
TheFurryFeline
2020-01-24 10:26:11 -05:00
committed by GitHub
parent 00948d3c86
commit 41ce1ae13f
+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++)