mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 21:19:44 +01:00
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:
@@ -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++)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user