mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 23:49:21 +01:00
Makes bodystyle count towards whitelisted items (#17994)
This commit is contained in:
@@ -225,7 +225,7 @@
|
||||
if(previewJob.title == job_name)
|
||||
permitted = 1
|
||||
|
||||
if(G.whitelisted && (G.whitelisted != mannequin.species.name))
|
||||
if(G.whitelisted && (G.whitelisted != mannequin.species.name && G.whitelisted != mannequin.species.base_species))
|
||||
permitted = 0
|
||||
|
||||
if(!permitted)
|
||||
|
||||
Reference in New Issue
Block a user