mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 07:08:55 +01:00
committed by
Chompstation Bot
parent
4e39cb8cfc
commit
5c46d1bd45
@@ -1029,6 +1029,8 @@ var/global/list/valid_bloodtypes = list("A+", "A-", "B+", "B-", "AB+", "AB-", "O
|
||||
if(tmp_species in M.species_cannot_use)
|
||||
continue
|
||||
//VOREStation Add - Cyberlimb whitelisting.
|
||||
if(M.unavailable_to_build)
|
||||
continue
|
||||
if(M.whitelisted_to && !(user.ckey in M.whitelisted_to))
|
||||
continue
|
||||
//VOREStation Add End
|
||||
|
||||
Reference in New Issue
Block a user