Merge pull request #13 from AlManiak/feature/small-bits-and-bob
Feature/small bits and bob
This commit is contained in:
@@ -410,6 +410,12 @@
|
||||
if(isbrain(mob_occupant))
|
||||
dna = B.stored_dna
|
||||
|
||||
//GS13 Port - DNC
|
||||
if(HAS_TRAIT(mob_occupant, TRAIT_NEVER_CLONE))
|
||||
scantemp = "Subject has an active DNC record on file. Unable to clone."
|
||||
playsound(src, 'sound/machines/terminal_alert.ogg', 50, 0)
|
||||
return
|
||||
|
||||
if(!can_scan(dna, mob_occupant, FALSE, has_bank_account))
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user