Merge pull request #13 from AlManiak/feature/small-bits-and-bob

Feature/small bits and bob
This commit is contained in:
sheepishgoat
2024-10-29 14:58:51 -04:00
committed by GitHub
20 changed files with 199 additions and 28 deletions
+6
View File
@@ -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