mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 23:23:28 +01:00
-Removed some debug messages which I forgot remove... AGAIN.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5218 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -52,15 +52,15 @@
|
||||
if(!istype(M, /mob/living/carbon)) return
|
||||
|
||||
for(var/datum/disease/D in viruses)
|
||||
world << "1 [D.spread]"
|
||||
|
||||
if(D.spread_by_touch())
|
||||
world << "1 contract"
|
||||
|
||||
M.contract_disease(D, 0, 1, CONTACT_HANDS)
|
||||
|
||||
for(var/datum/disease/D in M.viruses)
|
||||
world << "2 [D.spread]"
|
||||
|
||||
if(D.spread_by_touch())
|
||||
world << "2 contract"
|
||||
|
||||
contract_disease(D, 0, 1, CONTACT_HANDS)
|
||||
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user