21 viro symptoms

Im an idiot that cant use github edition

Conflicts:
	code/game/objects/effects/decals/Cleanable/humans.dm
	code/modules/virus2/effect.dm
This commit is contained in:
cloroxygen
2014-05-16 11:36:23 -04:00
committed by ZomgPonies
parent e7d4c1db14
commit c8b1fd08de
5 changed files with 513 additions and 12 deletions
@@ -384,3 +384,17 @@
spawn(DRYING_TIME * 2)
dry=1
/obj/effect/decal/cleanable/blood/viralsputum
name = "viral sputum"
desc = "It's black and nasty."
// basecolor="#030303"
icon = 'icons/mob/robots.dmi'
icon_state = "floor1"
random_icon_states = list("floor1", "floor2", "floor3", "floor4", "floor5", "floor6", "floor7")
Del()
for(var/datum/disease/D in viruses)
D.cure(0)
..()