mirror of
https://github.com/KabKebab/GS13.git
synced 2026-02-09 23:27:37 +00:00
remove debug
This commit is contained in:
@@ -77,16 +77,12 @@
|
||||
I.permeability_coefficient = old_permeability
|
||||
|
||||
/datum/component/infective/proc/try_infect_crossed(datum/source, atom/movable/M)
|
||||
message_admins("Trying to infect from [source] to [M]")
|
||||
if(isliving(M))
|
||||
message_admins("[M] is living. Trying to infect.")
|
||||
try_infect(M, BODY_ZONE_PRECISE_L_FOOT)
|
||||
|
||||
/datum/component/infective/proc/try_infect_streak(datum/source, list/directions, list/output_diseases)
|
||||
output_diseases |= diseases
|
||||
|
||||
/datum/component/infective/proc/try_infect(mob/living/L, target_zone)
|
||||
message_admins("Trying to infect [L] through [target_zone]")
|
||||
for(var/V in diseases)
|
||||
L.ContactContractDisease(V, target_zone)
|
||||
message_admins("Disease found, trying to infect [L] with [V]")
|
||||
|
||||
Reference in New Issue
Block a user