mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 13:39:16 +01:00
* 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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user