mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Co-authored-by: Changelogs <action@github.com> Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de>
5 lines
120 B
Plaintext
5 lines
120 B
Plaintext
/obj/item/virusdish/proc/take_sample(datum/disease2/disease/D)
|
|
name = "virus sample"
|
|
virus2 = D
|
|
growth = rand(5, 50)
|