mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Everything else through the door (#19358)
This commit is contained in:
@@ -407,7 +407,7 @@
|
||||
var/obj/item/organ/external/affected = target.get_organ(target_zone)
|
||||
if(can_infect && affected)
|
||||
spread_germs_to_organ(affected, user, tool)
|
||||
if(ishuman(user) && !istype(target, /mob/living/carbon/alien) && prob(60))
|
||||
if(ishuman(user) && !isalien(target) && prob(60))
|
||||
var/mob/living/carbon/human/H = user
|
||||
switch(blood_level)
|
||||
if(SURGERY_BLOODSPREAD_HANDS)
|
||||
|
||||
Reference in New Issue
Block a user