mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-15 04:32:42 +00:00
5 lines
127 B
Plaintext
5 lines
127 B
Plaintext
/obj/item/weapon/virusdish/proc/take_sample(datum/disease2/disease/D)
|
|
name = "virus sample"
|
|
virus2 = D
|
|
growth = rand(5, 50)
|