Job Perks - True Professionals (#29478)

* ddsadsa

ddsadsa

* moderate again

* revert

* medical first steps

* more work

* lots more work done

* more progress

* finished up

* attack chain linter

* attack chain update

* attack chain work

* fixes + chemist update

* gives comments
This commit is contained in:
Kyani
2025-06-13 19:40:29 +00:00
committed by GitHub
parent 341058c682
commit 586e2e6c4d
31 changed files with 553 additions and 56 deletions
+7
View File
@@ -60,6 +60,13 @@
if(!CanContractDisease(D))
return 0
if(src.mind)
if(HAS_TRAIT(src.mind, TRAIT_GERMOPHOBE) && prob(85))
log_debug("failed to contract disease")
return 0
else
log_debug("contracted a disease!")
var/obj/item/clothing/Cl = null
var/passed = 1