offload defib from no_scan

This commit is contained in:
Killian
2020-06-23 18:06:28 +01:00
parent 7a2bcfa9ef
commit 5da912d679
11 changed files with 26 additions and 20 deletions
@@ -874,6 +874,8 @@ var/global/list/valid_bloodtypes = list("A+", "A-", "B+", "B-", "AB+", "AB-", "O
dat += "</br><b>Does not have a respiratory system.</b>"
if(current_species.flags & NO_SCAN)
dat += "</br><b>Does not have DNA.</b>"
if(current_species.flags & NO_DEFIB)
dat += "</br><b>Cannot be defibrillated.</b>"
if(current_species.flags & NO_PAIN)
dat += "</br><b>Does not feel pain.</b>"
if(current_species.flags & NO_SLIP)