Virology Update #4 (#19002)

* I'm about to viro it

* I thought I was done, I was not :(

* Wrong proc oops

* Small oops

* Fix that

* Grrr nutrition
This commit is contained in:
Guti
2026-01-17 09:18:07 -08:00
committed by GitHub
parent 7990226f36
commit c885ddb9c0
25 changed files with 245 additions and 370 deletions
+2 -1
View File
@@ -88,7 +88,8 @@
var/datum/disease/D = ID
if((D.spread_flags & DISEASE_SPREAD_SPECIAL) || (D.spread_flags & DISEASE_SPREAD_NON_CONTAGIOUS))
continue
M.ContractDisease(D)
M.ForceContractDisease(D)
D.try_infect(M)
/datum/reagent/blood/affect_touch(var/mob/living/carbon/M, var/alien, var/removed)
if(ishuman(M))