mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Adds Serdy's Robobutt
Also adds a general cyberlimb whitelisting system since that's apparently needed now. App: http://forum.vore-station.net/viewtopic.php?f=45&t=875
This commit is contained in:
@@ -512,6 +512,10 @@ var/global/list/valid_bloodtypes = list("A+", "A-", "B+", "B-", "AB+", "AB-", "O
|
||||
continue
|
||||
if(tmp_species in M.species_cannot_use)
|
||||
continue
|
||||
//VOREStation Add - Cyberlimb whitelisting.
|
||||
if(M.whitelisted_to && !(user.ckey in M.whitelisted_to))
|
||||
continue
|
||||
//VOREStation Add End
|
||||
usable_manufacturers[company] = M
|
||||
if(!usable_manufacturers.len)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user